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