From f797a18a59fea7c829d85b164ff9abcaaf25ad5f Mon Sep 17 00:00:00 2001
From: skidoodle <53189968+skidoodle@users.noreply.github.com>
Date: Tue, 11 Apr 2023 02:35:49 +0200
Subject: [PATCH] .fix rgb color
---
src/components/SpotifyCard.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/SpotifyCard.tsx b/src/components/SpotifyCard.tsx
index 7dbfe34..1a288e8 100644
--- a/src/components/SpotifyCard.tsx
+++ b/src/components/SpotifyCard.tsx
@@ -33,12 +33,12 @@ export const NowPlayingCard = () => {
{truncate(`${spotify.song.title}`, 20)}
) : (
- nothing
+ nothing
)}