design bug fix

This commit is contained in:
hamid zarghami
2025-07-27 17:21:49 +03:30
parent 3c275dbcdd
commit e687f0cb5a
6 changed files with 32 additions and 201 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ const HeaderModal: FC<Props> = (props: Props) => {
<div className='flex justify-between items-center'>
<div className='text-sm'>{props.label}</div>
<div className='size-7 rounded-full bg-white bg-opacity-35 flex justify-center items-center'>
<CloseCircle size={16} color='white' onClick={props.close} />
<CloseCircle size={20} color='black' onClick={props.close} />
</div>
</div>
)