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;