mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 18:44:31 +00:00
wallet overview syncing/loading balance text color fix for darkmode
This commit is contained in:
parent
b988342bb1
commit
b6e4357c3c
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ class _WDesktopWalletSummaryState extends State<DesktopWalletSummary> {
|
|||
fontSize: 24,
|
||||
color: Theme.of(context)
|
||||
.extension<StackColors>()!
|
||||
.textFavoriteCard,
|
||||
.textDark,
|
||||
),
|
||||
),
|
||||
if (externalCalls)
|
||||
|
|
Loading…
Reference in a new issue