From 9ea1a0b1552137f35d3358a96c6c6b6687df6e58 Mon Sep 17 00:00:00 2001 From: Kai Chen Date: Thu, 9 Jul 2026 22:48:37 -0700 Subject: [PATCH] feat: gray out the Spotify live indicator The now-playing dot and its pulse glow move from Spotify green to black (light) / white (dark), completing the monochrome palette. Co-authored-by: Claude --- app/components/listening-card.tsx | 4 ++-- app/globals.css | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/components/listening-card.tsx b/app/components/listening-card.tsx index 0c2cc61..998cea7 100644 --- a/app/components/listening-card.tsx +++ b/app/components/listening-card.tsx @@ -70,8 +70,8 @@ export default function ListeningCard() {