Fix default style for button such that it has an 'active' color
This commit is contained in:
@@ -197,7 +197,7 @@ fun defaultStyles(
|
|||||||
marginBottom = 5.px
|
marginBottom = 5.px
|
||||||
fontSize = controlFontSize.px
|
fontSize = controlFontSize.px
|
||||||
|
|
||||||
and(has state "selected") {
|
and(has state "active") {
|
||||||
display = Display.BLOCK
|
display = Display.BLOCK
|
||||||
background = controlActiveColor
|
background = controlActiveColor
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user