Replace last Colors.transparent in notifications_screen.dart - zero Colors.* remaining
This commit is contained in:
parent
aa2b5d3447
commit
568a764d37
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue