Skip to content

Commit 91f6087

Browse files
committed
fix: burger button on safari
1 parent df2d449 commit 91f6087

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/scala/io/scala/svgs/Icons.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ object Icons:
8181

8282
def burger = svg(
8383
viewBox := "0 0 32 32",
84+
height := "32px",
8485
g(
8586
fill := "#FFF",
8687
path(

0 commit comments

Comments
 (0)