You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/designsystem/src/main/kotlin/com/ninecraft/booket/core/designsystem/component/button/ButtonSizeStyle.kt
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ val largeButtonStyle: ButtonSizeStyle
19
19
@Composable get() =ButtonSizeStyle(
20
20
paddingValues =PaddingValues(
21
21
horizontal =ReedTheme.spacing.spacing5,
22
-
vertical =ReedTheme.spacing.spacing3,
22
+
vertical =14.dp,
23
23
),
24
24
radius =ReedTheme.radius.sm,
25
25
textStyle =ReedTheme.typography.body1Medium,
@@ -36,7 +36,7 @@ val mediumButtonStyle: ButtonSizeStyle
36
36
radius =ReedTheme.radius.sm,
37
37
textStyle =ReedTheme.typography.label1Medium,
38
38
iconSpacing =ReedTheme.spacing.spacing1,
39
-
iconSize =24.dp,
39
+
iconSize =22.dp,
40
40
)
41
41
42
42
val smallButtonStyle:ButtonSizeStyle
@@ -48,7 +48,7 @@ val smallButtonStyle: ButtonSizeStyle
48
48
radius =ReedTheme.radius.xs,
49
49
textStyle =ReedTheme.typography.label1Medium,
50
50
iconSpacing =ReedTheme.spacing.spacing1,
51
-
iconSize =22.dp,
51
+
iconSize =18.dp,
52
52
)
53
53
54
54
val largeRoundedButtonStyle:ButtonSizeStyle
@@ -72,7 +72,7 @@ val mediumRoundedButtonStyle: ButtonSizeStyle
72
72
radius =ReedTheme.radius.full,
73
73
textStyle =ReedTheme.typography.label1Medium,
74
74
iconSpacing =ReedTheme.spacing.spacing1,
75
-
iconSize =24.dp,
75
+
iconSize =22.dp,
76
76
)
77
77
78
78
val smallRoundedButtonStyle:ButtonSizeStyle
@@ -84,5 +84,5 @@ val smallRoundedButtonStyle: ButtonSizeStyle
0 commit comments