Fixed logo visibility in Safari (#2470)

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2022-11-18 14:09:00 -06:00
committed by GitHub
parent 24176b5c7d
commit 6ad5c16d3a

View File

@@ -127,8 +127,9 @@ const MenuToggle = ({ isOpen, onToggle }: MenuToggleProps) => {
"&.wide": {
flex: "1",
"& svg": {
fill: "white",
width: "100%",
maxWidth: 180,
fill: "white",
},
},
"&.mini": {