0
Fork 0
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:
Juan de la Cruz 2016-12-19 11:19:44 +01:00
parent 9eb697467f
commit 099b31c1a7
2 changed files with 3 additions and 2 deletions

View file

@ -71,6 +71,7 @@
img {
border-radius: 50%;
flex-shrink: 0;
height: 32px;
width: 32px;
}

View file

@ -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)