Fix default style for button such that it has an 'active' color

This commit is contained in:
Edwin Jakobs
2020-04-09 10:12:42 +02:00
parent 53d468bd08
commit 8fc74555b3

View File

@@ -197,7 +197,7 @@ fun defaultStyles(
marginBottom = 5.px
fontSize = controlFontSize.px
and(has state "selected") {
and(has state "active") {
display = Display.BLOCK
background = controlActiveColor
}