diff --git a/lib/themes/bright_theme.dart b/lib/themes/bright_theme.dart index 42510a389..a759a80a5 100644 --- a/lib/themes/bright_theme.dart +++ b/lib/themes/bright_theme.dart @@ -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(