mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 20:54:33 +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);
|
||||
|
||||
@override
|
||||
Color get shadow => const Color(0xFF388192);
|
||||
Color get shadow => const Color(0x0F2D3132);
|
||||
|
||||
@override
|
||||
Color get textDark => const Color(0xFF232323);
|
||||
|
|
Loading…
Reference in a new issue