File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
ui-components/src/commonStories/kotlin Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[versions ]
22aboutlibraries = " 12.2.3"
3- storytale = " 0.0.4-alpha01+dev17 "
3+ storytale = " 0.0.4-alpha01+dev18 "
44agp = " 8.7.3"
55android-compileSdk = " 35"
66android-minSdk = " 26"
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ val `Custom Color Divider` by story {
3232}
3333
3434val `Divider with Parameters ` by story {
35- val thickness by parameter(2 .dp )
35+ val thickness by parameter(2 )
3636 val useCustomColor by parameter(false )
3737
3838 KotlinConfTheme {
3939 Divider (
40- thickness = thickness,
40+ thickness = thickness.dp ,
4141 color = if (useCustomColor) KotlinConfTheme .colors.primaryBackground else KotlinConfTheme .colors.strokeHalf
4242 )
4343 }
44- }
44+ }
You can’t perform that action at this time.
0 commit comments