Format CircularProgressIndicator for better readability in Organization Settings dialog
This commit is contained in:
@@ -268,7 +268,11 @@ class _OrganizationSettingsDialogState
|
||||
// Tab content
|
||||
Expanded(
|
||||
child: _isLoading
|
||||
? Center(child: CircularProgressIndicator(color: AppTheme.accentColor))
|
||||
? Center(
|
||||
child: CircularProgressIndicator(
|
||||
color: AppTheme.accentColor,
|
||||
),
|
||||
)
|
||||
: _error != null
|
||||
? Center(
|
||||
child: Column(
|
||||
|
||||
Reference in New Issue
Block a user