create foor

This commit is contained in:
hamid zarghami
2025-11-01 12:11:21 +03:30
parent 2458f46a96
commit 0dcfe023f0
6 changed files with 301 additions and 1 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ const Select: FC<Props> = (props: Props) => {
</label>
}
<select {...props} className={clx(
'w-full text-black block border appearance-none border-border px-2.5 h-10 text-sm rounded-2.5 bg-gray',
'w-full text-black block border appearance-none border-border px-2.5 h-10 text-sm rounded-[10px] bg-gray',
props.className,
props.label && 'mt-1'
)}>