Skip to content

Commit

Permalink
fix(sbb-pearl-chain): fix spacing of bullet points (#3066)
Browse files Browse the repository at this point in the history
Closes #3064
  • Loading branch information
jeripeierSBB authored Sep 6, 2024
1 parent 36e5901 commit 0f10796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements-experimental/pearl-chain/pearl-chain.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

:host {
--sbb-pearl-chain-height: var(--sbb-border-width-2x);
--sbb-pearl-chain-spacing-small: var(--sbb-spacing-fixed-1x);
--sbb-pearl-chain-spacing-small: #{sbb.px-to-rem-build(2)};
--sbb-pearl-chain-color: var(--sbb-pearl-chain-bullet-color);
--sbb-pearl-chain-color-disruption: var(--sbb-pearl-chain-bullet-color-disruption);
--sbb-pearl-chain-color-past: var(--sbb-pearl-chain-bullet-color-past);
Expand Down

0 comments on commit 0f10796

Please sign in to comment.