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 476e3af759
commit b8a8342a9a

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;
}