mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix: toolIcon height not using rem (#5092)
This commit is contained in:
parent
832b88249c
commit
e6a9ff1b96
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@
|
|||
}
|
||||
|
||||
width: 2rem;
|
||||
height: 2em;
|
||||
height: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue