diff --git a/lib/pages/profile/profile_page.dart b/lib/pages/profile/profile_page.dart index 55777af..b08ed79 100644 --- a/lib/pages/profile/profile_page.dart +++ b/lib/pages/profile/profile_page.dart @@ -227,9 +227,10 @@ class _ProfileState extends State { _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, ),