Skip to content

Commit

Permalink
fix(sbb-toggle): spacing adjustment (#2957)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideMininni-Fincons authored Jul 24, 2024
1 parent b566c69 commit 8870deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/toggle/toggle/toggle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}

:host([size='m']) {
--sbb-toggle-padding-inline: var(--sbb-spacing-responsive-s);
--sbb-toggle-padding-inline: var(--sbb-spacing-responsive-xs);
--sbb-toggle-height: #{sbb.px-to-rem-build(44)};

@include sbb.mq($from: medium) {
Expand Down

0 comments on commit 8870deb

Please sign in to comment.