mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 01:56:11 +02:00
🎉 Show Penpot color in Safari tab bar
This commit is contained in:
parent
c766e08027
commit
6ad06d9665
7 changed files with 17 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
(ns app.main.ui.viewer
|
||||
(:require
|
||||
[app.common.colors :as clr]
|
||||
[app.common.data :as d]
|
||||
[app.common.exceptions :as ex]
|
||||
[app.common.geom.point :as gpt]
|
||||
|
@ -142,6 +143,7 @@
|
|||
|
||||
(mf/use-effect
|
||||
(fn []
|
||||
(dom/set-html-theme-color clr/gray-50 "dark")
|
||||
(let [key1 (events/listen js/window "click" on-click)]
|
||||
(fn []
|
||||
(events/unlistenByKey key1)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue