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, ), ),