mirror of
https://github.com/penpot/penpot.git
synced 2026-03-12 21:36:39 +00:00
hide color theme options
This commit is contained in:
@@ -71,6 +71,7 @@
|
||||
img {
|
||||
border-radius: 50%;
|
||||
flex-shrink: 0;
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
|
||||
@@ -81,8 +81,8 @@
|
||||
:placeholder "Your email"}]
|
||||
(forms/input-error errors :email)
|
||||
|
||||
[:span.user-settings-label "Choose a color theme"]
|
||||
[:div.input-radio.radio-primary
|
||||
#_[:span.user-settings-label "Choose a color theme"]
|
||||
#_[:div.input-radio.radio-primary
|
||||
[:input {:type "radio"
|
||||
:checked (when (= theme "light") "checked")
|
||||
:on-change (partial on-change :theme)
|
||||
|
||||
Reference in New Issue
Block a user