diff --git a/lib/ui/tools/lock_screen.dart b/lib/ui/tools/lock_screen.dart index 72fdf1f08..d33324129 100644 --- a/lib/ui/tools/lock_screen.dart +++ b/lib/ui/tools/lock_screen.dart @@ -42,7 +42,7 @@ class _LockScreenState extends State with WidgetsBindingObserver { child: Image.asset('assets/loading_photos_background.png'), ), SizedBox( - width: 142, + width: 180, child: GradientButton( text: S.of(context).unlock, iconData: Icons.lock_open_outlined,