From c1c9230b4cd5bcb34057acfc1a19ab727d085c15 Mon Sep 17 00:00:00 2001 From: Pedro Carreno <34664891+Pkcarreno@users.noreply.github.com> Date: Sat, 12 Oct 2024 18:41:17 -0400 Subject: [PATCH] fix(ui): tab inactive illegible on dark mode --- src/components/ui/tabs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/tabs.tsx b/src/components/ui/tabs.tsx index 903426f..151c934 100644 --- a/src/components/ui/tabs.tsx +++ b/src/components/ui/tabs.tsx @@ -12,7 +12,7 @@ const TabsList = React.forwardRef<