3
0

Replace sass -bg with var(--body-bg)

This commit is contained in:
Jože Fortun 2023-10-31 14:21:04 +01:00
parent e6260dffc6
commit 750c1d754f

View File

@ -1508,7 +1508,7 @@ export default {
}
.list-background {
background-color: $body-bg;
background-color: var(--body-bg);
}
.layout-actions {