fix: dashboard bg color on light theme

This commit is contained in:
Sonny
2024-11-03 23:23:23 +01:00
committed by Sonny
parent 40069905fa
commit 6f807e51e8
2 changed files with 5 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ export function DashboardNavbar({ isOpen, toggle }: DashboardNavbarProps) {
{...common}
label={t('settings')}
leftSection={<PiGearLight size="1.5rem" />}
color="var(--mantine-color-gray-7)"
color="var(--mantine-color-text)"
/>
<NavLink
{...common}