diff --git a/web/src/components/Sidebar.tsx b/web/src/components/Sidebar.tsx index a855dbdc0..0a563cbce 100644 --- a/web/src/components/Sidebar.tsx +++ b/web/src/components/Sidebar.tsx @@ -74,8 +74,8 @@ function SidebarItem({ Icon, title, url, dev, onClick }: SidebarItemProps) { className={({ isActive }) => `mx-[10px] mb-6 flex flex-col justify-center items-center rounded-lg ${ isActive - ? "font-bold text-white bg-primary" - : "text-muted-foreground bg-secondary" + ? "font-bold text-primary-foreground bg-primary" + : "text-muted-foreground bg-muted" }` } > diff --git a/web/src/pages/Live.tsx b/web/src/pages/Live.tsx index c50c0d4d2..2f4270bb1 100644 --- a/web/src/pages/Live.tsx +++ b/web/src/pages/Live.tsx @@ -78,10 +78,11 @@ function Live() {