mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-23 19:05:51 +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 =>
|
Color get textConfirmTotalAmount =>
|
||||||
textFieldSuccessLabel; //const Color(0xFF144D35);
|
textFieldSuccessLabel; //const Color(0xFF144D35);
|
||||||
@override
|
@override
|
||||||
Color get textSelectedWordTableItem => const Color(0xFF143D8E);
|
Color get textSelectedWordTableItem => const Color(0xFFF26822);
|
||||||
|
|
||||||
//rate type toggle
|
//rate type toggle
|
||||||
@override
|
@override
|
||||||
|
|
Loading…
Reference in a new issue