diff --git a/packages/core-components/src/layout/Sidebar/Items.tsx b/packages/core-components/src/layout/Sidebar/Items.tsx index 9c368cd73d..bf026e9f77 100644 --- a/packages/core-components/src/layout/Sidebar/Items.tsx +++ b/packages/core-components/src/layout/Sidebar/Items.tsx @@ -96,11 +96,11 @@ const useStyles = makeStyles( }, highlightable: { '&:hover': { - background: theme.palette.navigation.navItem.hoverBackground, // TODO: consider + background: theme.palette.navigation.navItem.hoverBackground, }, }, highlighted: { - background: theme.palette.navigation.navItem.hoverBackground, // TODO: consider + background: theme.palette.navigation.navItem.hoverBackground, }, label: { // XXX (@koroeskohr): I can't seem to achieve the desired font-weight from the designs @@ -384,7 +384,7 @@ export const SidebarItem = forwardRef((props, ref) => { const openContent = ( <> -
+
{itemIcon}
{text && (