Skip to content

Commit

Permalink
fix: set size of icon to lock it for this component #71
Browse files Browse the repository at this point in the history
  • Loading branch information
rmenner authored and sun-mota committed Oct 25, 2024
1 parent bdb1d87 commit eca6431
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 @@ -24,8 +24,7 @@
}

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

Expand Down

0 comments on commit eca6431

Please sign in to comment.