mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-25 11:45:59 +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
|
@override
|
||||||
Color get buttonTextPrimary => const Color(0xFFFFFFFF);
|
Color get buttonTextPrimary => const Color(0xFFFFFFFF);
|
||||||
@override
|
@override
|
||||||
Color get buttonTextSecondary => const Color(0xFF232323);
|
Color get buttonTextSecondary => accentColorDark;
|
||||||
@override
|
@override
|
||||||
Color get buttonTextPrimaryDisabled => const Color(0xFFFFFFFF);
|
Color get buttonTextPrimaryDisabled => const Color(0xFFFFFFFF);
|
||||||
@override
|
@override
|
||||||
|
|
Loading…
Reference in a new issue