mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-23 11:04:33 +00:00
oled black theme text color fix
This commit is contained in:
parent
50ac5cfd04
commit
f580a2af78
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue