mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-24 12:29:37 +00:00
exchange overlay dark theme color fix
This commit is contained in:
parent
8268aaa7fe
commit
77f4b22898
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@ class _WalletInitiatedExchangeViewState
|
||||||
child: Container(
|
child: Container(
|
||||||
color: Theme.of(context)
|
color: Theme.of(context)
|
||||||
.extension<StackColors>()!
|
.extension<StackColors>()!
|
||||||
.accentColorDark
|
.overlay
|
||||||
.withOpacity(0.8),
|
.withOpacity(0.6),
|
||||||
child: const CustomLoadingOverlay(
|
child: const CustomLoadingOverlay(
|
||||||
message: "Updating exchange rate",
|
message: "Updating exchange rate",
|
||||||
eventBus: null,
|
eventBus: null,
|
||||||
|
|
Loading…
Reference in a new issue