mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
desktop exchange toggle color fix
This commit is contained in:
parent
85582de70b
commit
fb2d05eadd
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ class FruitSorbetColors extends StackColorTheme {
|
|||
@override
|
||||
Color get rateTypeToggleDesktopColorOn => const Color(0xFFFFD8CE);
|
||||
@override
|
||||
Color get rateTypeToggleDesktopColorOff => buttonBackSecondary;
|
||||
Color get rateTypeToggleDesktopColorOff => popupBG;
|
||||
|
||||
@override
|
||||
BoxShadow get standardBoxShadow => BoxShadow(
|
||||
|
|
Loading…
Reference in a new issue