fix-admin-menu-desa-profile

This commit is contained in:
2026-02-25 15:25:51 +08:00
parent b86a3a85c3
commit b1d28a8322
9 changed files with 211 additions and 12 deletions

View File

@@ -354,7 +354,8 @@ export default function Layout({ children }: { children: React.ReactNode }) {
borderLeft: `2px solid ${tokens.colors.primary}`,
}),
...(mounted && isChildActive && !isDark && {
backgroundColor: tokens.colors.bg.hover,
backgroundColor: 'rgba(25, 113, 194, 0.1)',
borderLeft: `2px solid ${tokens.colors.primary}`,
}),
}
}}