Replace last Colors.transparent in notifications_screen.dart - zero Colors.* remaining

This commit is contained in:
Patrick Britton 2026-02-10 15:39:18 -06:00
parent aa2b5d3447
commit 568a764d37

View file

@ -663,7 +663,7 @@ class _FollowRequestItem extends StatelessWidget {
padding: const EdgeInsets.all(AppTheme.spacingMd), padding: const EdgeInsets.all(AppTheme.spacingMd),
decoration: BoxDecoration( decoration: BoxDecoration(
color: notification.isRead color: notification.isRead
? Colors.transparent ? SojornColors.transparent
: AppTheme.royalPurple.withOpacity(0.05), : AppTheme.royalPurple.withOpacity(0.05),
border: Border( border: Border(
bottom: BorderSide( bottom: BorderSide(