fixed notification icon

This commit is contained in:
amirrezaghabeli
2025-09-14 09:38:00 +03:30
parent 921c7aaba4
commit 15d6cc3bac
4 changed files with 14 additions and 6 deletions
@@ -168,7 +168,10 @@ class _DesktopNotificationPageState extends State<DesktopNotificationPage>
SizedBox(width: 5.0.w()),
SvgPicture.asset(
AssetsManager.arrowDownSmall,
color: AppColors.grey80,
colorFilter: ColorFilter.mode(
AppColors.grey80,
BlendMode.srcIn,
),
),
SizedBox(width: 5.0.w()),
],
@@ -162,7 +162,10 @@ class _TabletNotificationPageState extends State<TabletNotificationPage>
SizedBox(width: 5.0.w()),
SvgPicture.asset(
AssetsManager.arrowDownSmall,
color: AppColors.grey80,
colorFilter: ColorFilter.mode(
AppColors.grey80,
BlendMode.srcIn,
),
),
SizedBox(width: 5.0.w()),
],