dsc
This commit is contained in:
@@ -43,7 +43,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-9'
|
||||
)} />
|
||||
{
|
||||
props.error_text && props.error_text !== '' ?
|
||||
<div className='text-xs text-right text-red-600 mt-2 mr-2 font-medium'>
|
||||
|
||||
Reference in New Issue
Block a user