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

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