From 491965dc7fabefd539e4ea4b0a10d06a67d599d6 Mon Sep 17 00:00:00 2001 From: venbaittech Date: Fri, 31 Oct 2025 18:36:34 +0530 Subject: [PATCH] forexsign_bg_colr_chng --- lib/Screens/myTemplates/templateForex.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Screens/myTemplates/templateForex.dart b/lib/Screens/myTemplates/templateForex.dart index 22711db..f55427c 100644 --- a/lib/Screens/myTemplates/templateForex.dart +++ b/lib/Screens/myTemplates/templateForex.dart @@ -1008,7 +1008,8 @@ class TemplateForexState extends State { ) : const CircleAvatar( radius: 20, - backgroundColor: Colors.amber, + backgroundColor: Color(0xFFFFFAA0), + // backgroundColor: Color(0xFFFFFEF0), child: Icon(Icons.add_a_photo, size: 10), ), ), @@ -1023,7 +1024,6 @@ class TemplateForexState extends State { style: GoogleFonts.poppins( fontSize: 9, fontWeight: FontWeight.w400, - color: Colors.grey, ), ),