Skip to content

Commit

Permalink
Fix pixel shift for toggles. (#23191)
Browse files Browse the repository at this point in the history
Co-authored-by: Joen Asmussen <asmussen@gmail.com>
  • Loading branch information
jasmussen and Joen Asmussen authored Jun 16, 2020
1 parent 5a9fa09 commit 45593c3
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions packages/interface/src/components/pinned-items/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@
display: flex;

.components-button {
margin-left: 4px;

&.is-pressed {
margin-left: 5px;
}
margin-left: $grid-unit-05;

svg {
max-width: 24px;
max-height: 24px;
max-width: $icon-size;
max-height: $icon-size;
}
}
}

0 comments on commit 45593c3

Please sign in to comment.