From 6f807e51e830187189d2af28d971bd2210e4ba66 Mon Sep 17 00:00:00 2001 From: Sonny Date: Sun, 3 Nov 2024 23:23:23 +0100 Subject: [PATCH] fix: dashboard bg color on light theme --- inertia/mantine/components/dashboard/dashboard_navbar.tsx | 2 +- inertia/pages/dashboard.module.css | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/inertia/mantine/components/dashboard/dashboard_navbar.tsx b/inertia/mantine/components/dashboard/dashboard_navbar.tsx index 4fae45e..543b873 100644 --- a/inertia/mantine/components/dashboard/dashboard_navbar.tsx +++ b/inertia/mantine/components/dashboard/dashboard_navbar.tsx @@ -61,7 +61,7 @@ export function DashboardNavbar({ isOpen, toggle }: DashboardNavbarProps) { {...common} label={t('settings')} leftSection={} - color="var(--mantine-color-gray-7)" + color="var(--mantine-color-text)" />