transaction detail

This commit is contained in:
hamid zarghami
2025-03-04 08:49:33 +03:30
parent fabe9b2c85
commit 8f6729024f
8 changed files with 52 additions and 17 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ const ServiceItem: FC<Props> = (props: Props) => {
<Button
className='h-8 w-fit px-5 text-xs text-black bg-description bg-opacity-20 rounded-xl'
>
<div className='flex gap-2'>
<div className='flex gap-2 whitespace-nowrap'>
<div>{t('service.detail')}</div>
<ArrowLeft color='black' size={16} />
</div>