select label style

This commit is contained in:
Chuck Dries 2022-11-18 08:15:58 -08:00
parent d6a043b00b
commit e5c2b297d5
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6

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>