mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-26 14:59:22 +00:00
Fix button color
This commit is contained in:
parent
099f282cd6
commit
f45bcd691e
@ -61,6 +61,7 @@ class AsyncScreenWidgetState extends SafeState<AsyncScreenWidget> {
|
|||||||
if (error)
|
if (error)
|
||||||
return buildErrorCard(widget.errorMessage, actions: [
|
return buildErrorCard(widget.errorMessage, actions: [
|
||||||
MaterialButton(
|
MaterialButton(
|
||||||
|
textColor: Colors.white,
|
||||||
onPressed: () => refresh(),
|
onPressed: () => refresh(),
|
||||||
child: Text(tr("Try again").toUpperCase()),
|
child: Text(tr("Try again").toUpperCase()),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user