modify text
This commit is contained in:
@@ -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,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user