fix: use grey-100 instead of light so that it is properly set in dark mode

This commit is contained in:
kolaente 2022-06-08 23:00:03 +02:00
parent 9716517ffa
commit d1f22c5b43
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
3 changed files with 5 additions and 5 deletions

View file

@ -106,7 +106,7 @@ function toggleFavoriteList(list: ListModel) {
overflow: hidden;
&.has-light-text .title {
color: var(--light);
color: var(--grey-100);
}
&.has-background, .list-background {