fix(ui): modal accepts semantic color

This commit is contained in:
upsiflu 2024-12-17 23:20:10 +01:00
parent e2582a4a3d
commit 2e1f095d37
1 changed files with 1 additions and 1 deletions

View File

@ -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;