mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-24 19:25:52 +00:00
update colors behind fiat tickers
This commit is contained in:
parent
5ad3d4a64b
commit
58ea92fd5a
2 changed files with 5 additions and 5 deletions
|
@ -768,7 +768,7 @@ class _BuyFormState extends ConsumerState<BuyForm> {
|
|||
color: _hovering1
|
||||
? Theme.of(context)
|
||||
.extension<StackColors>()!
|
||||
.highlight
|
||||
.currencyListItemBG
|
||||
.withOpacity(_hovering1 ? 0.3 : 0)
|
||||
: Theme.of(context)
|
||||
.extension<StackColors>()!
|
||||
|
@ -835,7 +835,7 @@ class _BuyFormState extends ConsumerState<BuyForm> {
|
|||
color: _hovering2
|
||||
? Theme.of(context)
|
||||
.extension<StackColors>()!
|
||||
.highlight
|
||||
.currencyListItemBG
|
||||
.withOpacity(_hovering2 ? 0.3 : 0)
|
||||
: Theme.of(context)
|
||||
.extension<StackColors>()!
|
||||
|
@ -851,7 +851,7 @@ class _BuyFormState extends ConsumerState<BuyForm> {
|
|||
decoration: BoxDecoration(
|
||||
color: Theme.of(context)
|
||||
.extension<StackColors>()!
|
||||
.highlight,
|
||||
.currencyListItemBG,
|
||||
borderRadius: BorderRadius.circular(4),
|
||||
),
|
||||
child: Text(
|
||||
|
@ -967,7 +967,7 @@ class _BuyFormState extends ConsumerState<BuyForm> {
|
|||
decoration: BoxDecoration(
|
||||
color: Theme.of(context)
|
||||
.extension<StackColors>()!
|
||||
.highlight,
|
||||
.currencyListItemBG,
|
||||
borderRadius: BorderRadius.circular(4),
|
||||
),
|
||||
child: Text(
|
||||
|
|
|
@ -207,7 +207,7 @@ class _FiatSelectionViewState extends State<FiatSelectionView> {
|
|||
decoration: BoxDecoration(
|
||||
color: Theme.of(context)
|
||||
.extension<StackColors>()!
|
||||
.highlight,
|
||||
.currencyListItemBG,
|
||||
borderRadius: BorderRadius.circular(4),
|
||||
),
|
||||
child: Text(
|
||||
|
|
Loading…
Reference in a new issue