fix dark mode and design bug

This commit is contained in:
hamid zarghami
2025-08-22 12:24:46 +03:30
parent 1fbbc0519c
commit 3fbe466f7e
8 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -66,7 +66,7 @@ const Reply: FC<ReplyProps> = ({
onClick={handleExpand}
className='flex gap-2 cursor-pointer items-center hover:text-primary transition-colors'
>
<img src={AnswerIcon} className='w-[17px]' />
<img src={AnswerIcon} className='w-[17px] filterWhite' />
<div>{t('mail.answer')}</div>
</div>
</div>
@@ -83,7 +83,7 @@ const Reply: FC<ReplyProps> = ({
<div className={`mt-6 w-full ${className}`}>
<div className='flex items-center justify-between mb-4 p-3 bg-gray-50 rounded-lg border'>
<div className='flex items-center gap-2 text-sm text-gray-600'>
<img src={AnswerIcon} className='w-4 h-4' />
<img src={AnswerIcon} className='w-4 h-4 filterWhite' />
<span>پاسخ به {originalMessage.from.name || originalMessage.from.address}</span>
</div>
<div className='flex items-center gap-2'>