From b8720eec3d010c4b0270d1394ee1d347669cbf64 Mon Sep 17 00:00:00 2001 From: Daniel Avila Date: Fri, 24 Mar 2023 19:02:42 -0400 Subject: [PATCH] feat: dark mode for style tabs --- client/src/components/ui/Tabs.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/components/ui/Tabs.tsx b/client/src/components/ui/Tabs.tsx index fc0087daf5..93856461d3 100644 --- a/client/src/components/ui/Tabs.tsx +++ b/client/src/components/ui/Tabs.tsx @@ -14,7 +14,7 @@ const TabsList = React.forwardRef< (({ className, ...props }, ref) => ( (({ className, ...props }, ref) => (