MOBILE-4470 qtype_match: Fix some text color when reviewing

main
Dani Palou 2024-05-21 16:50:04 +02:00
parent fb7f63732c
commit 8e14b018a7
1 changed files with 2 additions and 0 deletions

View File

@ -5,10 +5,12 @@
.addon-qtype-match-correct {
color: var(--success);
--subdued-text-color: var(--success);
}
.addon-qtype-match-incorrect {
color: var(--danger);
--subdued-text-color: var(--danger);
}
ion-select::part(label) {