Fix CircularProgressIndicator color in Organization Settings dialog to use AppTheme.accentColor

This commit is contained in:
Leon Bösche
2026-01-24 03:35:58 +01:00
parent b57b1ab030
commit aaa0062568

View File

@@ -268,7 +268,7 @@ class _OrganizationSettingsDialogState
// Tab content
Expanded(
child: _isLoading
? const Center(child: CircularProgressIndicator())
? Center(child: CircularProgressIndicator(color: AppTheme.accentColor))
: _error != null
? Center(
child: Column(