From 4645079f6ce109dc92ba97a99050caa2abb9c584 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sat, 2 Mar 2024 07:21:33 -0700 Subject: [PATCH] Fix mobile colors --- web/src/components/navigation/NavItem.tsx | 4 ++-- web/src/views/live/LiveDashboardView.tsx | 14 ++++++++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/web/src/components/navigation/NavItem.tsx b/web/src/components/navigation/NavItem.tsx index 6dbc747b7..0294ef7ad 100644 --- a/web/src/components/navigation/NavItem.tsx +++ b/web/src/components/navigation/NavItem.tsx @@ -15,8 +15,8 @@ const variants = { inactive: "text-muted-foreground bg-secondary", }, secondary: { - active: "font-bold text-primary", - inactive: "text-secondary-foreground", + active: "font-bold text-selected", + inactive: "text-muted-foreground", }, }; diff --git a/web/src/views/live/LiveDashboardView.tsx b/web/src/views/live/LiveDashboardView.tsx index ba60fadcf..5aa5ca6de 100644 --- a/web/src/views/live/LiveDashboardView.tsx +++ b/web/src/views/live/LiveDashboardView.tsx @@ -81,17 +81,23 @@ export default function LiveDashboardView({