select label style

This commit is contained in:
2022-11-18 08:15:58 -08:00
parent d6a043b00b
commit e5c2b297d5

View File

@@ -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>