Skip to content

Commit

Permalink
restore menu text color
Browse files Browse the repository at this point in the history
  • Loading branch information
sickelap committed Dec 4, 2024
1 parent cb7b5e2 commit f10334e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/menubars/SideMenuNarrow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export function SideMenuNarrow(): JSX.Element {
>
<item.icon />
</ActionIcon>
<Text size="sm" c="rgb(73, 80, 87)" style={{ flexGrow: 2 }}>
<Text size="sm" style={{ flexGrow: 2 }}>
{item.label}
</Text>
{item.submenu && <ChevronRight size={16} />}
Expand Down

0 comments on commit f10334e

Please sign in to comment.