notifications colors fix

This commit is contained in:
amirrezaghabeli
2025-09-29 09:15:40 +03:30
parent bc89e69209
commit 4ef3ca206d
8 changed files with 39 additions and 26 deletions
@@ -103,7 +103,7 @@ class _MobileNotificationPageState extends State<MobileNotificationPage>
children: [
NotificationAllTab(scrollController: _scrollAll),
NotificationUnreadTab(scrollController: _scrollUnread),
NotificationImportantTab(scrollController: _scrollImportant),
NotificationImportantTab(scrollController: _scrollImportant),
],
),
),
@@ -112,7 +112,7 @@ class _MobileNotificationPageState extends State<MobileNotificationPage>
const Padding(
padding: EdgeInsets.symmetric(vertical: 16),
child: Center(
child: CircularProgressIndicator(color: AppColors.secondary50),
child: CircularProgressIndicator(color: AppColors.cyanTeal),
),
),
@@ -120,7 +120,7 @@ class _MobileNotificationPageState extends State<MobileNotificationPage>
const Padding(
padding: EdgeInsets.symmetric(vertical: 16),
child: Center(
child: CircularProgressIndicator(color: AppColors.secondary50),
child: CircularProgressIndicator(color: AppColors.cyanTeal),
),
),
@@ -128,7 +128,7 @@ class _MobileNotificationPageState extends State<MobileNotificationPage>
const Padding(
padding: EdgeInsets.symmetric(vertical: 16),
child: Center(
child: CircularProgressIndicator(color: AppColors.secondary50),
child: CircularProgressIndicator(color: AppColors.cyanTeal),
),
),
],