diff --git a/frontend/src/components/Sidebar/Navigation.styles.ts b/frontend/src/components/Sidebar/Navigation.styles.ts index a0710db9a2..0ed526030f 100644 --- a/frontend/src/components/Sidebar/Navigation.styles.ts +++ b/frontend/src/components/Sidebar/Navigation.styles.ts @@ -20,6 +20,10 @@ export const useNavigationStyles = makeStyles({ '&[data-active="true"]': { backgroundColor: tokens.colorBrandBackground2, borderRadius: tokens.borderRadiusMedium, + color: tokens.colorBrandForeground1, + borderLeftWidth: '3px', + borderLeftStyle: 'solid', + borderLeftColor: tokens.colorBrandForeground1, }, }, spacer: {