Fix outage reminder in dark theme.

Fixes #11258
This commit is contained in:
Greyson Parrelli 2021-05-13 13:21:27 -04:00
parent 61a130e645
commit ee09793ef2

View file

@ -87,7 +87,7 @@ public final class ReminderView extends FrameLayout {
break;
case ERROR:
container.setBackgroundResource(R.drawable.reminder_background_error);
text.setTextColor(ContextCompat.getColor(getContext(), R.color.signal_text_primary));
text.setTextColor(ContextCompat.getColor(getContext(), R.color.core_black));
break;
case TERMINAL:
container.setBackgroundResource(R.drawable.reminder_background_terminal);