fix design bug
This commit is contained in:
@@ -152,7 +152,7 @@ const DetailEmail: FC = () => {
|
||||
<div className='font-extralight '>{t('mail.subject')}</div>
|
||||
<div className='leading-7 text-sm'>{messageDetail.subject || 'بدون موضوع'}</div>
|
||||
</div>
|
||||
<div className='flex gap-2 justify-between w-full items-center'>
|
||||
<div className='flex gap-2 justify-between items-center'>
|
||||
<Button
|
||||
label={t(`mail.${messageDetail?.mailboxName}`)}
|
||||
className='bg-[#ECEFF6] text-description w-fit px-6 rounded-full h-6 xl:h-10 text-[10px] xl:text-sm'
|
||||
|
||||
Reference in New Issue
Block a user