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),
|
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(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue