Increase width of ModernGlassButton for improved layout consistency
This commit is contained in:
@@ -592,7 +592,7 @@ class _OrganizationSettingsDialogState
|
||||
),
|
||||
const SizedBox(height: 16),
|
||||
SizedBox(
|
||||
width: 120,
|
||||
width: 240,
|
||||
child: ModernGlassButton(
|
||||
onPressed: () {
|
||||
if (_canManage) {
|
||||
|
||||
Reference in New Issue
Block a user