fix: Background dark mode colour issue in campaign view (#4416)

This commit is contained in:
Sivin Varghese
2022-04-08 10:54:51 +05:30
committed by GitHub
parent 5ea0436051
commit 14e6a5d6b0
2 changed files with 1 additions and 5 deletions

View File

@@ -302,9 +302,4 @@ export default {
<style lang="scss"> <style lang="scss">
@import '~widget/assets/scss/woot.scss'; @import '~widget/assets/scss/woot.scss';
@media (prefers-color-scheme: dark) {
html {
color-scheme: dark;
}
}
</style> </style>

View File

@@ -109,6 +109,7 @@ export default {
flex-direction: column; flex-direction: column;
flex: 1; flex: 1;
overflow-y: auto; overflow-y: auto;
color-scheme: light dark;
} }
.conversation-wrap { .conversation-wrap {