Skip to content

Commit 763121b

Browse files
- update tokens;
1 parent 745c134 commit 763121b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

core/src/components/button/button.ionic.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
@include globals.typography(globals.$ion-body-action-sm);
112112
min-width: globals.$ion-scale-1600;
113113

114-
min-height: #{globals.$ion-scale-1000};
114+
min-height: #{globals.$ion-space-1000};
115115
}
116116

117117
/* Medium Button */
@@ -121,7 +121,7 @@
121121
@include globals.typography(globals.$ion-body-action-md);
122122
min-width: globals.$ion-scale-1800;
123123

124-
min-height: #{globals.$ion-scale-1200};
124+
min-height: #{globals.$ion-space-1200};
125125
}
126126

127127
/* Large Button */
@@ -131,7 +131,7 @@
131131
@include globals.typography(globals.$ion-body-action-lg);
132132
min-width: globals.$ion-scale-2000;
133133

134-
min-height: #{globals.$ion-scale-1400};
134+
min-height: #{globals.$ion-space-1400};
135135
}
136136

137137
// Button with Icons
@@ -185,21 +185,21 @@
185185
// --------------------------------------------------
186186

187187
:host(.button-soft) {
188-
--border-radius: #{globals.$ion-border-radius-200};
188+
--border-radius: #{globals.$ion-soft-xs};
189189
}
190190

191191
// Round Button
192192
// --------------------------------------------------
193193

194194
:host(.button-round) {
195-
--border-radius: #{globals.$ion-border-radius-full};
195+
--border-radius: #{globals.$ion-round-xs};
196196
}
197197

198198
// Rectangular Button
199199
// --------------------------------------------------
200200

201201
:host(.button-rectangular) {
202-
--border-radius: #{globals.$ion-border-radius-0};
202+
--border-radius: #{globals.$ion-rectangular-xs};
203203
}
204204

205205
// Button: Focus

0 commit comments

Comments
 (0)