exchange overlay dark theme color fix

This commit is contained in:
julian 2022-09-30 10:37:05 -06:00
parent 8268aaa7fe
commit 77f4b22898

View file

@ -83,8 +83,8 @@ class _WalletInitiatedExchangeViewState
child: Container(
color: Theme.of(context)
.extension<StackColors>()!
.accentColorDark
.withOpacity(0.8),
.overlay
.withOpacity(0.6),
child: const CustomLoadingOverlay(
message: "Updating exchange rate",
eventBus: null,