|
...
|
...
|
@@ -63,10 +63,13 @@ class TodayHealthDataAuthCard extends StatelessWidget { |
|
|
|
GestureDetector(
|
|
|
|
onTap: onAuthorizeTap,
|
|
|
|
behavior: HitTestBehavior.opaque,
|
|
|
|
child: Padding(
|
|
|
|
child: Container(
|
|
|
|
width: double.infinity,
|
|
|
|
alignment: Alignment.center,
|
|
|
|
padding: const EdgeInsets.symmetric(vertical: 20),
|
|
|
|
child: Text(
|
|
|
|
l10n.continueButton,
|
|
|
|
// l10n.continueButton,
|
|
|
|
l10n.todayHealthDataAuthAction,
|
|
|
|
style: TextStyle(
|
|
|
|
color: colors.primary,
|
|
|
|
fontSize: 12,
|
...
|
...
|
|