mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-09 12:29:31 +00:00
make border visible on bright theme
This commit is contained in:
parent
2a0ea0a749
commit
298b05b0af
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class BrightTheme extends LightTheme {
|
|||
super.syncIndicatorStyle.copyWith(
|
||||
textColor: Colors.white,
|
||||
syncedBackgroundColor: Colors.white.withOpacity(0.2),
|
||||
notSyncedBackgroundColor: Colors.white.withOpacity(0.15));
|
||||
notSyncedBackgroundColor: Colors.grey.withOpacity(0.15));
|
||||
|
||||
@override
|
||||
ExchangePageTheme get exchangePageTheme => super.exchangePageTheme.copyWith(
|
||||
|
|
Loading…
Reference in a new issue