From 328c236b055a10681fa842e60328b8449bb4d7d0 Mon Sep 17 00:00:00 2001 From: Juki-shiba Date: Mon, 17 Feb 2025 18:12:57 +0530 Subject: [PATCH] Bug Fix - Manage User --- lib/presentation/Screens/charts/screens/chart_screen.dart | 6 ++++-- .../routes/drawer_routes/Drawer Items/manage_users.dart | 7 ++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/lib/presentation/Screens/charts/screens/chart_screen.dart b/lib/presentation/Screens/charts/screens/chart_screen.dart index 5f1a715a..e8138ca4 100644 --- a/lib/presentation/Screens/charts/screens/chart_screen.dart +++ b/lib/presentation/Screens/charts/screens/chart_screen.dart @@ -2061,7 +2061,7 @@ class _ChartScreen1State extends ConsumerState { // width: 24, // height: 24, // ), - Icon(Icons.bookmarks_rounded, color:isBookmarked ? Colors.black:Colors.white ,), + Icon(Icons.bookmarks_rounded, color:isBookmarked ? Colors.black:Colors.white,size: 20,), ], ), ), @@ -2101,6 +2101,8 @@ class _ChartScreen1State extends ConsumerState { width: 24, height: 24, ), + //share icon + // Icon(Icons.share_sharp,color: Colors.white,size: 20,), ], ) ], @@ -2121,7 +2123,7 @@ class _ChartScreen1State extends ConsumerState { ), IconButton( - icon: Icon(Icons.filter_alt_outlined, + icon: Icon(Icons.filter_alt_outlined,weight: 400, color: Colors.white, size: 24), onPressed: () { showRightSideModal( diff --git a/lib/presentation/routes/drawer_routes/Drawer Items/manage_users.dart b/lib/presentation/routes/drawer_routes/Drawer Items/manage_users.dart index b826fa2e..f3ce6694 100644 --- a/lib/presentation/routes/drawer_routes/Drawer Items/manage_users.dart +++ b/lib/presentation/routes/drawer_routes/Drawer Items/manage_users.dart @@ -330,9 +330,10 @@ class _ManageUserRouterState extends State { child: TextField( decoration: InputDecoration( hintText: "Search", - hintStyle: TextStyle(color: Color(0xFF898C81)), - - + hintStyle: const TextStyle( + color: Color(0xFFC3C6CB), + fontSize: 14, + ), prefixIcon: Image( image: ExactAssetImage(MiscIconAssetPath.search), width: 24,