From f7b810a799b5997d85945feaa603f85a31fd2a5d Mon Sep 17 00:00:00 2001 From: Elia Maino Date: Tue, 31 Jan 2023 18:21:33 +0100 Subject: [PATCH] fix(tabs): text color in dark mode --- apps/www/components/ui/tabs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/components/ui/tabs.tsx b/apps/www/components/ui/tabs.tsx index 9d8fc47264..cc8f7e5e95 100644 --- a/apps/www/components/ui/tabs.tsx +++ b/apps/www/components/ui/tabs.tsx @@ -28,7 +28,7 @@ const TabsTrigger = React.forwardRef< >(({ className, ...props }, ref) => (