From 809a5f2bf640afc354f1c5235bfb91d893c9c424 Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Thu, 21 Oct 2021 11:33:21 -0400 Subject: [PATCH] enabled focus outline for accessibility --- components/Dropdown.tsx | 4 ++-- components/Form.tsx | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/components/Dropdown.tsx b/components/Dropdown.tsx index c57f25c..3962c01 100644 --- a/components/Dropdown.tsx +++ b/components/Dropdown.tsx @@ -16,7 +16,7 @@ export default function Dropdown(props: DropdownProps) { const { label, options } = props; return ( - + {label}
{options.map((option, i) => ( diff --git a/components/Form.tsx b/components/Form.tsx index 66063c0..974bc6b 100644 --- a/components/Form.tsx +++ b/components/Form.tsx @@ -554,13 +554,13 @@ function Form(): JSX.Element {
@@ -639,14 +639,14 @@ function Form(): JSX.Element {
-
@@ -728,7 +728,7 @@ function Form(): JSX.Element {