Bug Fix - Manage User

This commit is contained in:
Juki-shiba 2025-02-17 18:12:57 +05:30
parent 0bef09eac0
commit 328c236b05
2 changed files with 8 additions and 5 deletions

View File

@ -2061,7 +2061,7 @@ class _ChartScreen1State extends ConsumerState<ChartScreen1> {
// 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<ChartScreen1> {
width: 24,
height: 24,
),
//share icon
// Icon(Icons.share_sharp,color: Colors.white,size: 20,),
],
)
],
@ -2121,7 +2123,7 @@ class _ChartScreen1State extends ConsumerState<ChartScreen1> {
),
IconButton(
icon: Icon(Icons.filter_alt_outlined,
icon: Icon(Icons.filter_alt_outlined,weight: 400,
color: Colors.white, size: 24),
onPressed: () {
showRightSideModal(

View File

@ -330,9 +330,10 @@ class _ManageUserRouterState extends State<ManageUserRouter> {
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,