slider activr sidebar

This commit is contained in:
hamid zarghami
2025-06-01 16:26:58 +03:30
parent 6d93d38211
commit 375c6a0f96
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ const SideBarItem: FC<Props> = (props: Props) => {
hasSubMenu && 'flex-col text-[10px]',
)}>
{props.icon}
<div className={props.isActive ? 'text-black' : ''}>
<div className={props.isActive ? 'text-black' : 'text-[#8C90A3]'}>
{props.title}
</div>
</div>