fix: use grey-100 instead of light so that it is properly set in dark mode
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user