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({