[Chore] Fix most friends area hard-coded colors by default

pull/70/head
Oj 2 years ago
parent ffcfb4e988
commit 003ffd97e3

@ -2,4 +2,12 @@
/* Color picker is behind settings layer (and other things like modals / etc) */
.layer-v9HyYc {
z-index: 999;
}
}
.container-ZMc96U.themed-Hp1KC_ {
--background-primary: unset;
}
.container-2cd8Mz {
background: var(--background-primary) !important;
}

Loading…
Cancel
Save