Skip to content

Commit 1637fe4

Browse files
committed
Reformat with scalafmt 3.4.1
1 parent ff7ffde commit 1637fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/main/scala/io/kinoplan/demo/styles/demos/Badges/CustomizedBadgeStyle.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ case class CustomizedBadgeStyle(common: CommonStyle = DefaultCommonStyle) extend
1313
top(50.%%),
1414
right :=! -3.toString,
1515
border :=! s"2px solid ${if (theme.palette.`type` == PaletteType.light.toString) theme.palette.grey.`200`
16-
else theme.palette.grey.`900`}"
16+
else theme.palette.grey.`900`}"
1717
)
1818

1919
}

0 commit comments

Comments
 (0)