Skip to content

Commit

Permalink
fix: review Jeri
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideMininni-Fincons committed May 14, 2024
1 parent 8a334a2 commit ace19da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/core/styles/mixins/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@

// Disabled state for icon-button in form-field
@mixin icon-button-disabled($button-selector) {
--sbb-button-border-width: #{functions.px-to-rem-build(1)};
--sbb-button-border-width: var(--sbb-border-width-1x);
--sbb-button-border-style: dashed;

@include a11y.if-forced-colors {
Expand Down

0 comments on commit ace19da

Please sign in to comment.