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(