diff --git a/front/src/components/ui/modal.scss b/front/src/components/ui/modal.scss index 8f4572f61..404db0397 100644 --- a/front/src/components/ui/modal.scss +++ b/front/src/components/ui/modal.scss @@ -1,5 +1,5 @@ .funkwhale.modal { - background: var(--fw-bg-color); + background: var(--background-color); box-shadow: 0 2px 4px 2px rgba(#000, 0.2); border-radius: 1rem;