add receipt

This commit is contained in:
hamid zarghami
2025-01-21 11:42:34 +03:30
parent 88245257e4
commit 73a385a031
10 changed files with 302 additions and 11 deletions
+4 -1
View File
@@ -42,7 +42,10 @@ const Select: FC<Props> = (props: Props) => {
})
}
</select>
<ArrowDown2 size={16} color='black' className='absolute z-0 top-3 left-2' />
<ArrowDown2 size={16} color='black' className={clx(
'absolute z-0 top-3 left-2',
props.label && 'top-10'
)} />
{
props.error_text && props.error_text !== '' ?
<div className='text-xs text-right text-red-600 mt-2 mr-2 font-medium'>