fix(ui): modal accepts semantic color
This commit is contained in:
parent
e2582a4a3d
commit
2e1f095d37
|
@ -1,5 +1,5 @@
|
||||||
.funkwhale.modal {
|
.funkwhale.modal {
|
||||||
background: var(--fw-bg-color);
|
background: var(--background-color);
|
||||||
|
|
||||||
box-shadow: 0 2px 4px 2px rgba(#000, 0.2);
|
box-shadow: 0 2px 4px 2px rgba(#000, 0.2);
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
|
|
Loading…
Reference in New Issue