Commit b6e5b8ac89ee48b819cba221f0c3023a9de08f80

Authored by 常守达
1 parent db821662

feat(ui): 授权点击

@@ -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,