orders list

This commit is contained in:
hamid zarghami
2025-11-05 14:45:35 +03:30
parent 53e81fb712
commit e35b02ca99
3 changed files with 238 additions and 2 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-[10px] bg-gray',
'w-full text-black block border appearance-none border-border !bg-white px-2.5 h-10 text-sm rounded-[10px] bg-gray',
props.className,
props.label && 'mt-1'
)}>