mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
ocean breeze shadow color fix
This commit is contained in:
parent
83e2554b54
commit
9956a497df
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class OceanBreezeColors extends StackColorTheme {
|
||||||
Color get accentColorDark => const Color(0xFF227386);
|
Color get accentColorDark => const Color(0xFF227386);
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Color get shadow => const Color(0xFF388192);
|
Color get shadow => const Color(0x0F2D3132);
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Color get textDark => const Color(0xFF232323);
|
Color get textDark => const Color(0xFF232323);
|
||||||
|
|
Loading…
Reference in a new issue