Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-29 21:02:05 +08:00
parent 2a52157c3f
commit b9d594bc8b
26 changed files with 280 additions and 230 deletions

View File

@@ -47,10 +47,10 @@ class HttpError extends StatelessWidget {
if (onReload != null)
FilledButton.tonal(
onPressed: onReload,
style: ButtonStyle(
backgroundColor: WidgetStatePropertyAll(
theme.colorScheme.primary.withAlpha(20),
),
style: FilledButton.styleFrom(
tapTargetSize: .padded,
backgroundColor: theme.colorScheme.primary.withAlpha(20),
shadowColor: Colors.transparent,
),
child: Text(
btnText ?? '点击重试',