From d346628a1883bc8bfa1d6063663e483c478aeddd Mon Sep 17 00:00:00 2001 From: gnehs Date: Sun, 3 Mar 2024 15:11:38 +0800 Subject: [PATCH] updated Select style --- src/components/Select.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Select.tsx b/src/components/Select.tsx index a511918..5558d5f 100644 --- a/src/components/Select.tsx +++ b/src/components/Select.tsx @@ -14,9 +14,9 @@ export default function Select({ {children} );