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
+1 -1
View File
@@ -167,7 +167,7 @@ const SideBar: FC = () => {
{
hasSubMenu && (openSidebar || window.innerWidth > 1139) &&
<div className='fixed xl:right-[112px] right-[96px] bg-white z-20 xl:top-4 xl:bottom-4 top-0 bottom-0 rounded-tl-[32px] rounded-bl-[32px] w-[190px] border-r'>
<div className='fixed xl:right-[112px] right-[96px] bg-white z-20 xl:top-4 xl:bottom-4 top-0 bottom-0 rounded-tl-[32px] rounded-bl-[32px] w-[190px] border-r border-border'>
{
subMenuName === 'foods' ?
<FoodsSubMenu />