From 2047470555d28996b4e75cd15f01fb5b696bc290 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Wed, 17 Jan 2024 23:16:46 +0100 Subject: [PATCH] fix: better background for fixing player text color #38 --- src/components/Player/Bar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Player/Bar.vue b/src/components/Player/Bar.vue index b746a02..4b6dee0 100644 --- a/src/components/Player/Bar.vue +++ b/src/components/Player/Bar.vue @@ -52,7 +52,7 @@ export default { } .footer { - background-color: rgba(66, 66, 66, .9); + background-color: var(--color-main-background); bottom: 0; height: 6rem; right: 0;