Skip to content

Commit

Permalink
fix: set size of icon to lock it for this component #117
Browse files Browse the repository at this point in the history
  • Loading branch information
rmenner authored and jordanjones243 committed Nov 1, 2024
1 parent 7fb74f4 commit e4f7fd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@
}

[auro-icon] {
height: var(--ds-size-300, $ds-size-300);
width: var(--ds-size-300, $ds-size-300);
width: $ds-size-300;
}

::part(button) {
Expand Down

0 comments on commit e4f7fd4

Please sign in to comment.