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