Commit 1cd19fe 1 parent 3a2259a commit 1cd19fe Copy full SHA for 1cd19fe
File tree 2 files changed +1
-4
lines changed
library-compose/src/main/java/com/spendesk/grapes/compose
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ fun GrapesGauge(
65
65
backgroundColor : Color ,
66
66
gauges : List <Gauge >,
67
67
modifier : Modifier = Modifier ,
68
- clipShape : Shape = RoundedCornerShape ( GrapesTheme .dimensions.borderRadiusNormal) ,
68
+ clipShape : Shape = GrapesTheme .shapes.borderRadius1 ,
69
69
) {
70
70
GrapesGaugeContainer (
71
71
modifier = modifier,
Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ data class GrapesDimensions(
16
16
17
17
val borderLarge : Dp = 2.0 .dp,
18
18
19
- val borderRadiusSmall : Dp = 2 .dp,
20
- val borderRadiusNormal : Dp = 4 .dp,
21
-
22
19
@Deprecated(" Grapes dimension deprecated" , ReplaceWith (" spacing1" ))
23
20
val paddingXSmall : Dp = 4 .dp,
24
21
@Deprecated(" Grapes dimension deprecated" , ReplaceWith (" spacing2" ))
You can’t perform that action at this time.
0 commit comments