forexsign_bg_colr_chng

This commit is contained in:
venbaittech 2025-10-31 18:36:34 +05:30
parent 85fd7c0b47
commit 491965dc7f

View File

@ -1008,7 +1008,8 @@ class TemplateForexState extends State<TemplateForex> {
) )
: const CircleAvatar( : const CircleAvatar(
radius: 20, radius: 20,
backgroundColor: Colors.amber, backgroundColor: Color(0xFFFFFAA0),
// backgroundColor: Color(0xFFFFFEF0),
child: Icon(Icons.add_a_photo, size: 10), child: Icon(Icons.add_a_photo, size: 10),
), ),
), ),
@ -1023,7 +1024,6 @@ class TemplateForexState extends State<TemplateForex> {
style: GoogleFonts.poppins( style: GoogleFonts.poppins(
fontSize: 9, fontSize: 9,
fontWeight: FontWeight.w400, fontWeight: FontWeight.w400,
color: Colors.grey, color: Colors.grey,
), ),
), ),