Showing
1 changed file
with
5 additions
and
2 deletions
| @@ -63,10 +63,13 @@ class TodayHealthDataAuthCard extends StatelessWidget { | @@ -63,10 +63,13 @@ class TodayHealthDataAuthCard extends StatelessWidget { | ||
| 63 | GestureDetector( | 63 | GestureDetector( |
| 64 | onTap: onAuthorizeTap, | 64 | onTap: onAuthorizeTap, |
| 65 | behavior: HitTestBehavior.opaque, | 65 | behavior: HitTestBehavior.opaque, |
| 66 | - child: Padding( | 66 | + child: Container( |
| 67 | + width: double.infinity, | ||
| 68 | + alignment: Alignment.center, | ||
| 67 | padding: const EdgeInsets.symmetric(vertical: 20), | 69 | padding: const EdgeInsets.symmetric(vertical: 20), |
| 68 | child: Text( | 70 | child: Text( |
| 69 | - l10n.continueButton, | 71 | + // l10n.continueButton, |
| 72 | + l10n.todayHealthDataAuthAction, | ||
| 70 | style: TextStyle( | 73 | style: TextStyle( |
| 71 | color: colors.primary, | 74 | color: colors.primary, |
| 72 | fontSize: 12, | 75 | fontSize: 12, |
-
Please register or login to post a comment