Skip to content

Commit

Permalink
fix(styles): update small toggle icon to respect root element size (#…
Browse files Browse the repository at this point in the history
…11399)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
jungdaniel and kodiakhq[bot] authored May 19, 2022
1 parent a210c89 commit f35553e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/styles/scss/components/toggle/_toggle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@
position: absolute;
top: rem(6px);
right: rem(5px);
width: rem(6px);
height: rem(5px);
fill: $support-success;
visibility: hidden;
}
Expand Down

0 comments on commit f35553e

Please sign in to comment.