Browse Source

fix: width of popup menu button

Prateek Sunal 1 year ago
parent
commit
c9c7f0c8f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      auth/lib/onboarding/view/setup_enter_secret_key_page.dart

+ 1 - 1
auth/lib/onboarding/view/setup_enter_secret_key_page.dart

@@ -372,7 +372,7 @@ class TagChip extends StatelessWidget {
             ] else if (state == TagChipState.selected &&
             ] else if (state == TagChipState.selected &&
                 action == TagChipAction.menu) ...[
                 action == TagChipAction.menu) ...[
               SizedBox(
               SizedBox(
-                width: 18,
+                width: 32,
                 child: PopupMenuButton<int>(
                 child: PopupMenuButton<int>(
                   iconSize: 16,
                   iconSize: 16,
                   shape: RoundedRectangleBorder(
                   shape: RoundedRectangleBorder(