Skip to content

Commit

Permalink
Fixed logo visibility in Safari (#2470)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
  • Loading branch information
bexsoft committed Nov 18, 2022
1 parent 24176b5 commit 6ad5c16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion portal-ui/src/screens/Console/Menu/MenuToggle.tsx
Expand Up @@ -127,8 +127,9 @@ const MenuToggle = ({ isOpen, onToggle }: MenuToggleProps) => {
"&.wide": {
flex: "1",
"& svg": {
fill: "white",
width: "100%",
maxWidth: 180,
fill: "white",
},
},
"&.mini": {
Expand Down

0 comments on commit 6ad5c16

Please sign in to comment.