mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
🐛 Fix problem with odd widh/height and antialias icons
This commit is contained in:
parent
2cd7f0f74c
commit
370b6bb2f2
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@
|
|||
transition: all .4s;
|
||||
text-decoration: none !important;
|
||||
svg {
|
||||
height: 15px;
|
||||
width: 15px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
&.btn-large {
|
||||
font-size: $fs14;
|
||||
|
|
Loading…
Reference in a new issue