From 570a1a2b166fc581804e1da9e036d26c86ac33be Mon Sep 17 00:00:00 2001 From: PhyoThandar Date: Thu, 8 Oct 2020 16:03:29 +0630 Subject: [PATCH] modify text --- lib/pages/profile/profile_page.dart | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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, ),