mirror of
https://github.com/penpot/penpot.git
synced 2025-02-14 02:58:39 -05:00
hide color theme options
This commit is contained in:
parent
9eb697467f
commit
099b31c1a7
2 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue