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
+2 -2
View File
@@ -6,7 +6,7 @@ VITE_BASE_URL = 'https://api-dzone.danakcorp.com'
VITE_DANAK_BASE_URL ='https://api.danakcorp.com'
VITE_SERVICE_ID = '7e3c2f08-b7e7-4402-ae5f-fea99cff56bd'
VITE_WORKSPACE_ID = 'workspace_id'
VITE_LOGIN_URL = 'https://console.danakcorp.com/auth/login'
# VITE_LOGIN_URL = 'http://localhost:5174/auth/login'
# VITE_LOGIN_URL = 'https://console.danakcorp.com/auth/login'
VITE_LOGIN_URL = 'http://localhost:5174/auth/login'
VITE_DZONE_URL = 'https://dzone.danakcorp.com'
+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>