From 537eb048e7515908f23dcdbab80e9e8613367536 Mon Sep 17 00:00:00 2001 From: Nwanne Nnamani Date: Mon, 1 Sep 2025 20:34:19 +0100 Subject: [PATCH] fix: update dark theme texts --- app/globals.css | 2 +- components/explore/Sidebar.tsx | 4 ++-- components/explore/home/LiveStreams.tsx | 6 +++--- components/explore/home/TrendingStreams.tsx | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/globals.css b/app/globals.css index fc36d43..4841524 100644 --- a/app/globals.css +++ b/app/globals.css @@ -53,7 +53,7 @@ --card-foreground: 210 40% 98%; /* gray-50 */ --popover: 222.2 84% 4.9%; /* slate-900 */ --popover-foreground: 210 40% 98%; /* gray-50 */ - --primary: 222.2 84% 4.9%; /* slate-900 */ + --primary: 0 0 100%; /* slate-900 */ --primary-foreground: 210 40% 98%; /* gray-50 */ --secondary: 0 0% 0%; /* black */ --secondary-foreground: 210 40% 98%; /* gray-50 */ diff --git a/components/explore/Sidebar.tsx b/components/explore/Sidebar.tsx index d0803f4..4ee023f 100644 --- a/components/explore/Sidebar.tsx +++ b/components/explore/Sidebar.tsx @@ -359,7 +359,7 @@ export default function Sidebar() {
- + {stream.location} {stream.tags.map((tag, index) => ( {tag} @@ -252,7 +252,7 @@ export function LiveStreams({