diff --git a/src/pages/workspace/WorkspaceSidebar.js b/src/pages/workspace/WorkspaceSidebar.js index e5f3df1609c7a..b238cc74581b0 100644 --- a/src/pages/workspace/WorkspaceSidebar.js +++ b/src/pages/workspace/WorkspaceSidebar.js @@ -125,7 +125,7 @@ const WorkspaceSidebar = ({translate, isSmallScreenWidth, policy}) => { icon={item.icon} iconRight={item.iconRight} onPress={() => item.action()} - wrapperStyle={!isSmallScreenWidth && item.isActive ? styles.hoverComponentBG : undefined} + wrapperStyle={!isSmallScreenWidth && item.isActive ? styles.activeComponentBG : undefined} focused={item.isActive} shouldShowRightIcon />