mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-27 13:02:42 +03:00
Adds the unused bool back into the Checkbox.V1
This commit is contained in:
parent
e869f064ff
commit
157d7d8a49
@ -95,7 +95,7 @@ customView modifierClasses showLabels model =
|
||||
Unlockable ->
|
||||
[ UnlockableClass ]
|
||||
|
||||
Round ->
|
||||
Round _ ->
|
||||
[ RoundClass ]
|
||||
|
||||
Disabled ->
|
||||
@ -345,7 +345,7 @@ type CheckboxImage
|
||||
{-| -}
|
||||
type Theme
|
||||
= Square ColorTheme
|
||||
| Round
|
||||
| Round Bool
|
||||
| Locked
|
||||
| LockOnInside
|
||||
| Unlockable
|
||||
|
Loading…
Reference in New Issue
Block a user