@@ -32,7 +32,7 @@ object GrapesButtonStyleDefaults {
32
32
height = GrapesButtonDefaults .MinHeight .value
33
33
),
34
34
iconSize = GrapesButtonDefaults .iconSize,
35
- shape = GrapesTheme .shapes.small ,
35
+ shape = GrapesTheme .shapes.borderRadius2 ,
36
36
rippleColor = GrapesTheme .colors.mainPrimaryDark,
37
37
colors = ButtonColorDefaults .primary,
38
38
contentPadding = GrapesButtonDefaults .PaddingValues ,
@@ -50,7 +50,7 @@ object GrapesButtonStyleDefaults {
50
50
height = GrapesButtonDefaults .MinHeightSmall .value
51
51
),
52
52
iconSize = GrapesButtonDefaults .iconSizeSmall,
53
- shape = GrapesTheme .shapes.small ,
53
+ shape = GrapesTheme .shapes.borderRadius2 ,
54
54
rippleColor = GrapesTheme .colors.mainPrimaryDark,
55
55
colors = ButtonColorDefaults .primary,
56
56
contentPadding = GrapesButtonDefaults .PaddingValuesSmall ,
@@ -68,7 +68,7 @@ object GrapesButtonStyleDefaults {
68
68
height = GrapesButtonDefaults .MinHeight .value
69
69
),
70
70
iconSize = GrapesButtonDefaults .iconSize,
71
- shape = GrapesTheme .shapes.small ,
71
+ shape = GrapesTheme .shapes.borderRadius2 ,
72
72
rippleColor = GrapesTheme .colors.mainNeutralNormal,
73
73
colors = ButtonColorDefaults .secondary,
74
74
contentPadding = GrapesButtonDefaults .PaddingValues ,
@@ -86,7 +86,7 @@ object GrapesButtonStyleDefaults {
86
86
height = GrapesButtonDefaults .MinHeightSmall .value
87
87
),
88
88
iconSize = GrapesButtonDefaults .iconSizeSmall,
89
- shape = GrapesTheme .shapes.small ,
89
+ shape = GrapesTheme .shapes.borderRadius2 ,
90
90
rippleColor = GrapesTheme .colors.mainNeutralNormal,
91
91
colors = ButtonColorDefaults .secondary,
92
92
contentPadding = GrapesButtonDefaults .PaddingValuesSmall ,
@@ -104,7 +104,7 @@ object GrapesButtonStyleDefaults {
104
104
height = GrapesButtonDefaults .MinHeight .value
105
105
),
106
106
iconSize = GrapesButtonDefaults .iconSize,
107
- shape = GrapesTheme .shapes.small ,
107
+ shape = GrapesTheme .shapes.borderRadius2 ,
108
108
rippleColor = GrapesTheme .colors.mainPrimaryLight,
109
109
colors = ButtonColorDefaults .text,
110
110
contentPadding = GrapesButtonDefaults .PaddingValues ,
@@ -122,7 +122,7 @@ object GrapesButtonStyleDefaults {
122
122
height = GrapesButtonDefaults .MinHeightSmall .value
123
123
),
124
124
iconSize = GrapesButtonDefaults .iconSizeSmall,
125
- shape = GrapesTheme .shapes.small ,
125
+ shape = GrapesTheme .shapes.borderRadius2 ,
126
126
rippleColor = GrapesTheme .colors.mainPrimaryLight,
127
127
colors = ButtonColorDefaults .text,
128
128
contentPadding = GrapesButtonDefaults .PaddingValuesSmall ,
@@ -140,7 +140,7 @@ object GrapesButtonStyleDefaults {
140
140
height = GrapesButtonDefaults .MinHeight .value
141
141
),
142
142
iconSize = GrapesButtonDefaults .iconSize,
143
- shape = GrapesTheme .shapes.small ,
143
+ shape = GrapesTheme .shapes.borderRadius2 ,
144
144
rippleColor = GrapesTheme .colors.mainAlertDark,
145
145
colors = ButtonColorDefaults .alert,
146
146
contentPadding = GrapesButtonDefaults .PaddingValues ,
@@ -158,7 +158,7 @@ object GrapesButtonStyleDefaults {
158
158
height = GrapesButtonDefaults .MinHeight .value
159
159
),
160
160
iconSize = GrapesButtonDefaults .iconSize,
161
- shape = GrapesTheme .shapes.small ,
161
+ shape = GrapesTheme .shapes.borderRadius2 ,
162
162
rippleColor = GrapesTheme .colors.mainAlertDark,
163
163
colors = ButtonColorDefaults .alertOutlined,
164
164
contentPadding = GrapesButtonDefaults .PaddingValues ,
@@ -176,7 +176,7 @@ object GrapesButtonStyleDefaults {
176
176
height = GrapesButtonDefaults .MinHeight .value
177
177
),
178
178
iconSize = GrapesButtonDefaults .iconSize,
179
- shape = GrapesTheme .shapes.small ,
179
+ shape = GrapesTheme .shapes.borderRadius2 ,
180
180
rippleColor = GrapesTheme .colors.mainWarningDark,
181
181
colors = ButtonColorDefaults .warning,
182
182
contentPadding = GrapesButtonDefaults .PaddingValues ,
@@ -194,7 +194,7 @@ object GrapesButtonStyleDefaults {
194
194
height = GrapesButtonDefaults .MinHeightSmall .value
195
195
),
196
196
iconSize = GrapesButtonDefaults .iconSizeSmall,
197
- shape = GrapesTheme .shapes.small ,
197
+ shape = GrapesTheme .shapes.borderRadius2 ,
198
198
rippleColor = GrapesTheme .colors.mainNeutralLight,
199
199
colors = ButtonColorDefaults .linkPrimary,
200
200
contentPadding = GrapesButtonDefaults .PaddingValuesSmall ,
@@ -212,7 +212,7 @@ object GrapesButtonStyleDefaults {
212
212
height = GrapesButtonDefaults .MinHeightSmall .value
213
213
),
214
214
iconSize = GrapesButtonDefaults .iconSizeSmall,
215
- shape = GrapesTheme .shapes.small ,
215
+ shape = GrapesTheme .shapes.borderRadius2 ,
216
216
rippleColor = GrapesTheme .colors.mainNeutralLighter,
217
217
colors = ButtonColorDefaults .linkSecondary,
218
218
contentPadding = GrapesButtonDefaults .PaddingValuesSmall ,
@@ -230,7 +230,7 @@ object GrapesButtonStyleDefaults {
230
230
height = GrapesButtonDefaults .MinHeightSmall .value
231
231
),
232
232
iconSize = 40 .dp,
233
- shape = GrapesTheme .shapes.small ,
233
+ shape = GrapesTheme .shapes.borderRadius2 ,
234
234
rippleColor = GrapesTheme .colors.mainNeutralLighter,
235
235
colors = ButtonColorDefaults .google,
236
236
contentPadding = GrapesButtonDefaults .PaddingValuesBrand ,
@@ -248,7 +248,7 @@ object GrapesButtonStyleDefaults {
248
248
height = GrapesButtonDefaults .MinHeightSmall .value
249
249
),
250
250
iconSize = 40 .dp,
251
- shape = GrapesTheme .shapes.small ,
251
+ shape = GrapesTheme .shapes.borderRadius2 ,
252
252
rippleColor = GrapesTheme .colors.mainNeutralLighter,
253
253
colors = ButtonColorDefaults .secondary,
254
254
contentPadding = GrapesButtonDefaults .PaddingValuesBrand ,
@@ -266,7 +266,7 @@ object GrapesButtonStyleDefaults {
266
266
height = GrapesButtonDefaults .MinHeightSmall .value
267
267
),
268
268
iconSize = 40 .dp,
269
- shape = GrapesTheme .shapes.small ,
269
+ shape = GrapesTheme .shapes.borderRadius2 ,
270
270
rippleColor = GrapesTheme .colors.mainNeutralLighter,
271
271
colors = ButtonColorDefaults .secondary,
272
272
contentPadding = GrapesButtonDefaults .PaddingValuesBrand ,
0 commit comments