Skip to content

Commit

Permalink
fix(components/molecule/accordion): fix interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nacho Torrella committed Oct 30, 2023
1 parent 2d08e84 commit 0881a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/molecule/accordion/src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ $base-class-item-panel: '#{$base-class-item}Panel';
}
}
#{$base-class-item-header}ButtonContainer {
width: calc(100% - ($p-accordion-title * 2));
width: calc(100% - (#{$p-accordion-title} * 2));
height: 100%;
display: flex;
align-items: center;
Expand Down

0 comments on commit 0881a2d

Please sign in to comment.