mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-28 18:24:04 +03:00
Kill the orange color
This commit is contained in:
parent
0ad139b148
commit
714b530370
@ -215,19 +215,6 @@ buildCheckbox assets modifierClasses model labelContent =
|
||||
Gray ->
|
||||
[ color Colors.gray45 ]
|
||||
|
||||
Orange ->
|
||||
[ color Colors.ochre
|
||||
, displayFlex
|
||||
, alignItems center
|
||||
, after
|
||||
[ property "content" "''"
|
||||
, width (px 26)
|
||||
, height (px 24)
|
||||
, marginLeft (px 8)
|
||||
, backgroundImage assets PremiumUnlocked
|
||||
]
|
||||
]
|
||||
|
||||
Default ->
|
||||
[]
|
||||
]
|
||||
@ -450,7 +437,6 @@ type Theme
|
||||
type ColorTheme
|
||||
= Default
|
||||
| Gray
|
||||
| Orange
|
||||
|
||||
|
||||
|
||||
@ -481,7 +467,6 @@ type CheckboxImage
|
||||
= CheckboxUnchecked
|
||||
| CheckboxChecked
|
||||
| CheckboxCheckedPartially
|
||||
| PremiumUnlocked
|
||||
| PremiumFlag
|
||||
| PremiumLocked
|
||||
| PremiumKey
|
||||
@ -500,9 +485,6 @@ checkboxAssetPath assets checkboxImage =
|
||||
CheckboxCheckedPartially ->
|
||||
assets.checkboxCheckedPartially_svg
|
||||
|
||||
PremiumUnlocked ->
|
||||
assets.iconPremiumUnlocked_png
|
||||
|
||||
PremiumLocked ->
|
||||
assets.iconPremiumLocked_png
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user