Skip to content

Commit

Permalink
chore(styles): add missing 12px size class for spinner (#4310)
Browse files Browse the repository at this point in the history
  • Loading branch information
myrta2302 authored Dec 19, 2024
1 parent 209640f commit ea6e622
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/violet-ears-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@swisspost/design-system-styles': patch
---

Added missing spinner size class.
1 change: 1 addition & 0 deletions packages/styles/src/variables/components/_spinners.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ $spinner-duration: 3.125s !default;
$spinner-speed-reduced-motion: math.div(1, 8) !default;

$spinner-size-map: (
12: type.$font-size-12,
16: type.$font-size-16,
24: type.$font-size-24,
32: type.$font-size-32,
Expand Down

0 comments on commit ea6e622

Please sign in to comment.