This commit is contained in:
hamid zarghami
2025-02-01 12:33:33 +03:30
parent 49e09fa9ab
commit 893f5e2c8d
16 changed files with 808 additions and 278 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ const Select: FC<Props> = (props: Props) => {
</select>
<ArrowDown2 size={16} color='black' className={clx(
'absolute z-0 top-3 left-2',
props.label && 'top-9'
props.label && 'top-10'
)} />
{
props.error_text && props.error_text !== '' ?