From 568a764d37785a5cfd1ec70520a2e4316202eaa8 Mon Sep 17 00:00:00 2001 From: Patrick Britton Date: Tue, 10 Feb 2026 15:39:18 -0600 Subject: [PATCH] Replace last Colors.transparent in notifications_screen.dart - zero Colors.* remaining --- sojorn_app/lib/screens/notifications/notifications_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sojorn_app/lib/screens/notifications/notifications_screen.dart b/sojorn_app/lib/screens/notifications/notifications_screen.dart index 56e57d6..1742b05 100644 --- a/sojorn_app/lib/screens/notifications/notifications_screen.dart +++ b/sojorn_app/lib/screens/notifications/notifications_screen.dart @@ -663,7 +663,7 @@ class _FollowRequestItem extends StatelessWidget { padding: const EdgeInsets.all(AppTheme.spacingMd), decoration: BoxDecoration( color: notification.isRead - ? Colors.transparent + ? SojornColors.transparent : AppTheme.royalPurple.withOpacity(0.05), border: Border( bottom: BorderSide(