category compelete

This commit is contained in:
hamid zarghami
2025-11-15 16:18:29 +03:30
parent 8900e85892
commit 322120635d
8 changed files with 374 additions and 167 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ const DefaulModal: FC<Props> = (props: Props) => {
</div>
</div>
<div onClick={props.close} className='fixed size-full top-0 bottom-0 right-0 modalGlass inset-0 z-50 '></div>
<div onClick={props.close} className='fixed size-full top-0 bottom-0 right-0 bg-black/40 inset-0 z-50 '></div>
</Fragment>
)
}