fix-admin-menu-desa-profile
This commit is contained in:
@@ -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}`,
|
||||
}),
|
||||
}
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user