diff --git a/lib/ui/widgets/async_screen_widget.dart b/lib/ui/widgets/async_screen_widget.dart index 9c720a1..90eaa0b 100644 --- a/lib/ui/widgets/async_screen_widget.dart +++ b/lib/ui/widgets/async_screen_widget.dart @@ -61,6 +61,7 @@ class AsyncScreenWidgetState extends SafeState { if (error) return buildErrorCard(widget.errorMessage, actions: [ MaterialButton( + textColor: Colors.white, onPressed: () => refresh(), child: Text(tr("Try again").toUpperCase()), )