From 01529de5351f7d494de9fef08252242be5e23223 Mon Sep 17 00:00:00 2001 From: hiba-aldalaty Date: Mon, 15 Nov 2021 11:06:50 +0000 Subject: [PATCH] Update items.tsx - remove unnecessary code/comments Signed-off-by: hiba-aldalaty --- packages/core-components/src/layout/Sidebar/Items.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 && (