Skip to content

Commit

Permalink
Missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-robert committed Nov 21, 2024
1 parent 87b4f06 commit 07ae745
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/ToolbarMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ const ToolbarMenu = ({
<MenuButton
as={IconButton}
aria-label={label}
icon={icon ?? <RiMenuLine size={24} color="white" />}
color="white"
icon={icon ?? <RiMenuLine size={24} />}
variant={variant}
size="lg"
fontSize="xl"
Expand Down

0 comments on commit 07ae745

Please sign in to comment.