Fix sync indicator not being visible in deck list screen

Closes #2327
This commit is contained in:
Damien Elmes 2023-01-18 22:32:39 +10:00
parent ac35f0240a
commit 9cc0ce449b

View file

@ -148,9 +148,9 @@ body {
}
.normal-sync {
color: color(state-new);
color: color(state-new) !important;
}
.full-sync {
color: color(state-learn);
color: color(state-learn) !important;
}