Increase width of ModernGlassButton for improved layout consistency

This commit is contained in:
Leon Bösche
2026-01-24 04:50:00 +01:00
parent 4f9230cdc2
commit 032b287548

View File

@@ -592,7 +592,7 @@ class _OrganizationSettingsDialogState
),
const SizedBox(height: 16),
SizedBox(
width: 120,
width: 240,
child: ModernGlassButton(
onPressed: () {
if (_canManage) {