oled black theme text color fix

This commit is contained in:
julian 2023-03-20 08:40:04 -06:00
parent 50ac5cfd04
commit f580a2af78

View file

@ -326,7 +326,7 @@ class OledBlackColors extends StackColorTheme {
Color get textConfirmTotalAmount =>
textFieldSuccessLabel; //const Color(0xFF144D35);
@override
Color get textSelectedWordTableItem => const Color(0xFF143D8E);
Color get textSelectedWordTableItem => const Color(0xFFF26822);
//rate type toggle
@override