From 2d04bccc49a1864e27681786b6360e4ce18958c9 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Fri, 18 Nov 2022 08:07:07 -0800 Subject: [PATCH] select label styling --- src/components/Select.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/Select.tsx b/src/components/Select.tsx index b905f0a..4214c26 100644 --- a/src/components/Select.tsx +++ b/src/components/Select.tsx @@ -6,7 +6,7 @@ import { HiddenSelect, useButton, mergeProps, - useFocusRing + useFocusRing, } from "react-aria"; // import { SelectorIcon } from "@heroicons/react/solid"; import ChevronDown from "@spectrum-icons/workflow/ChevronDown"; @@ -56,6 +56,7 @@ export function Select(props: AriaSelectProps) { > (props: AriaSelectProps) { : "Select an option"}