mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 15:05:35 +00:00
fix: dashboard bg color on light theme
This commit is contained in:
@@ -61,7 +61,7 @@ export function DashboardNavbar({ isOpen, toggle }: DashboardNavbarProps) {
|
|||||||
{...common}
|
{...common}
|
||||||
label={t('settings')}
|
label={t('settings')}
|
||||||
leftSection={<PiGearLight size="1.5rem" />}
|
leftSection={<PiGearLight size="1.5rem" />}
|
||||||
color="var(--mantine-color-gray-7)"
|
color="var(--mantine-color-text)"
|
||||||
/>
|
/>
|
||||||
<NavLink
|
<NavLink
|
||||||
{...common}
|
{...common}
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
.ml_bg_color {
|
.ml_bg_color {
|
||||||
background-color: light-dark(var(--ml-bg-light), var(--ml-bg-dark));
|
background-color: light-dark(
|
||||||
|
var(--ml-bg-light),
|
||||||
|
var(--ml-bg-dark)
|
||||||
|
) !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user