profile and fix scroll and slider

This commit is contained in:
hamid zarghami
2025-01-06 12:11:14 +03:30
parent 7a50f2d6cf
commit 650791e71a
12 changed files with 519 additions and 47 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ const Select: FC<Props> = (props: Props) => {
</label>
}
<select {...props} className={clx(
'w-full text-black block border-border px-2.5 h-10 text-sm rounded-2.5 bg-gray',
'w-full text-black block border border-border px-2.5 h-10 text-sm rounded-2.5 bg-gray',
props.className,
props.label && 'mt-1'
)}>