mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 14:43:24 +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}
|
||||
label={t('settings')}
|
||||
leftSection={<PiGearLight size="1.5rem" />}
|
||||
color="var(--mantine-color-gray-7)"
|
||||
color="var(--mantine-color-text)"
|
||||
/>
|
||||
<NavLink
|
||||
{...common}
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
.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