select label style
This commit is contained in:
parent
d6a043b00b
commit
e5c2b297d5
@ -36,7 +36,7 @@ export function Select<T extends object>(props: AriaSelectProps<T>) {
|
||||
<div className="inline-flex flex-col relative">
|
||||
<div
|
||||
{...labelProps}
|
||||
className="block text-sm text-left cursor-default mb-1"
|
||||
className="block text-xs text-left cursor-default mb-1"
|
||||
>
|
||||
{props.label}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user