mirror of
https://github.com/penpot/penpot.git
synced 2025-02-14 19:19:09 -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 {
|
img {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
height: 32px;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -81,8 +81,8 @@
|
||||||
:placeholder "Your email"}]
|
:placeholder "Your email"}]
|
||||||
(forms/input-error errors :email)
|
(forms/input-error errors :email)
|
||||||
|
|
||||||
[:span.user-settings-label "Choose a color theme"]
|
#_[:span.user-settings-label "Choose a color theme"]
|
||||||
[:div.input-radio.radio-primary
|
#_[:div.input-radio.radio-primary
|
||||||
[:input {:type "radio"
|
[:input {:type "radio"
|
||||||
:checked (when (= theme "light") "checked")
|
:checked (when (= theme "light") "checked")
|
||||||
:on-change (partial on-change :theme)
|
:on-change (partial on-change :theme)
|
||||||
|
|
Loading…
Add table
Reference in a new issue