Skip to content

Commit

Permalink
fix: adjust space between icon and text
Browse files Browse the repository at this point in the history
  • Loading branch information
karimim committed Oct 1, 2024
1 parent 5d27550 commit 2016e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/styles/src/components/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ $padding-icon: tokens.get('list-simple-checks', 'spacing-padding-icon');
> li {
position: relative;
padding-inline-start: calc(
#{tokens.get('list-simple-checks', 'spacing-gap-inline-text'),
} + #{$sizing-icon}
#{tokens.get('list-simple-checks', 'spacing-gap-inline-text')} + #{$sizing-icon} +
(#{$padding-icon} * 2)
);

&::before,
Expand Down

0 comments on commit 2016e74

Please sign in to comment.