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