make border visible on bright theme

This commit is contained in:
Matthew Fosse 2024-01-04 12:39:45 -05:00
parent 2a0ea0a749
commit 298b05b0af

View file

@ -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(