modify text

This commit is contained in:
PhyoThandar
2020-10-08 16:03:29 +06:30
parent cbe50f3cbf
commit 570a1a2b16

View File

@@ -227,9 +227,10 @@ class _ProfileState extends State<Profile> {
_deliveryAddress = deliveryAddress;
});
},
label: Text(
getLocalString(context, 'delivery_address.change_address'),
style: TextStyle(fontSize: 12),
label: LocalText(context,
'delivery_address.change_address',
fontSize: 12,
color: Colors.white,
),
backgroundColor: primaryColor,
),