Skip to content

Commit 09e9033

Browse files
committed
replcaed space for scale tokens
1 parent 2082c8d commit 09e9033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@
165165
::slotted(ion-spinner[slot="start"]),
166166
::slotted(ion-spinner[slot="end"]),
167167
::slotted(ion-spinner[slot="icon-only"]) {
168-
width: globals.$ion-space-500;
169-
height: globals.$ion-space-500;
168+
width: globals.$ion-scale-500;
169+
height: globals.$ion-scale-500;
170170
}
171171

172172
// Button Shapes

0 commit comments

Comments
 (0)