Browse Source

fix: qr image

Prateek Sunal 1 year ago
parent
commit
cb7a2445e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      auth/lib/ui/code_widget.dart

+ 1 - 1
auth/lib/ui/code_widget.dart

@@ -94,7 +94,7 @@ class _CodeWidgetState extends State<CodeWidget> {
                 entries: <ContextMenuEntry>[
                   MenuItem(
                     label: 'QR',
-                    icon: Icons.qr_code,
+                    icon: Icons.qr_code_2_outlined,
                     onSelected: () => _onShowQrPressed(null),
                   ),
                   MenuItem(