From 298b05b0afb6cdc84ed3ff5911561877570c5755 Mon Sep 17 00:00:00 2001 From: Matthew Fosse Date: Thu, 4 Jan 2024 12:39:45 -0500 Subject: [PATCH] make border visible on bright theme --- lib/themes/bright_theme.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(