From 96529ef4b580b58a2aa2a6ee22dd67cb5dae68dc Mon Sep 17 00:00:00 2001 From: Shira Gold Date: Tue, 30 Apr 2024 08:57:21 +0300 Subject: [PATCH] Update LyricsContainer.vue colors --- src/components/reusables/LyricsContainer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/reusables/LyricsContainer.vue b/src/components/reusables/LyricsContainer.vue index f531ff9..b964342 100644 --- a/src/components/reusables/LyricsContainer.vue +++ b/src/components/reusables/LyricsContainer.vue @@ -53,7 +53,7 @@ const stopFill = () => (fillActive.value = false) padding: 1rem 2rem; border-radius: calc(infinity * 1px); font-size: 4rem; - color: var(--color-dark); + color: var(--color-secondary); } &.fill {