mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 12:44:31 +00:00
ocean breeze secondary button text color fix
This commit is contained in:
parent
97604a792f
commit
4ca5cf0978
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ class OceanBreezeColors extends StackColorTheme {
|
|||
@override
|
||||
Color get buttonTextPrimary => const Color(0xFFFFFFFF);
|
||||
@override
|
||||
Color get buttonTextSecondary => const Color(0xFF232323);
|
||||
Color get buttonTextSecondary => accentColorDark;
|
||||
@override
|
||||
Color get buttonTextPrimaryDisabled => const Color(0xFFFFFFFF);
|
||||
@override
|
||||
|
|
Loading…
Reference in a new issue