fix: border colors + some error fix

This commit is contained in:
hamid zarghami
2025-11-01 10:36:34 +03:30
parent 3d96df59dc
commit 8c99e7dedf
19 changed files with 32 additions and 32 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { Profile } from 'iconsax-react'
import { FC } from 'react'
import { type FC } from 'react'
import { useTranslation } from 'react-i18next'
import SubMenuItem from './SubMenuItem'
import { Pages } from '../../config/Pages'
@@ -14,7 +14,7 @@ const UsersSubMenu: FC = () => {
return (
<div className='py-12'>
<div className='flex gap-3 items-center border-b pb-10 px-6'>
<div className='flex gap-3 items-center border-b border-border pb-10 px-6'>
<Profile
size={24}
color='#000'