Fixed some design bug in dark mood and other

This commit is contained in:
llsajjad
2025-09-13 11:35:28 +03:30
parent ffa964f7e5
commit f9f61ef5b2
7 changed files with 20 additions and 8 deletions
@@ -119,6 +119,7 @@ class _TabletNotificationPageState extends State<TabletNotificationPage>
context: context,
builder: (context) {
return AlertDialog(
backgroundColor: AppColors.backgroundColor,
title: const Text('selectPage'),
content: SizedBox(
width: 200,
@@ -159,7 +160,10 @@ class _TabletNotificationPageState extends State<TabletNotificationPage>
),
),
SizedBox(width: 5.0.w()),
SvgPicture.asset(AssetsManager.arrowdownSmall),
SvgPicture.asset(
AssetsManager.arrowDownSmall,
color: AppColors.grey80,
),
SizedBox(width: 5.0.w()),
],
),