We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7ffde commit 1637fe4Copy full SHA for 1637fe4
demo/src/main/scala/io/kinoplan/demo/styles/demos/Badges/CustomizedBadgeStyle.scala
@@ -13,7 +13,7 @@ case class CustomizedBadgeStyle(common: CommonStyle = DefaultCommonStyle) extend
13
top(50.%%),
14
right :=! -3.toString,
15
border :=! s"2px solid ${if (theme.palette.`type` == PaletteType.light.toString) theme.palette.grey.`200`
16
- else theme.palette.grey.`900`}"
+ else theme.palette.grey.`900`}"
17
)
18
19
}
0 commit comments