Skip to content

Commit 8e53198

Browse files
ryleedavisjulian-CStack
authored andcommitted
fix eye icon overflow error on desktop
(cherry picked from commit bb5ada8)
1 parent 3fc241b commit 8e53198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/pages_desktop_specific/password/desktop_login_view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ class _DesktopLoginViewState extends ConsumerState<DesktopLoginView> {
246246
),
247247
suffixIcon: UnconstrainedBox(
248248
child: SizedBox(
249-
height: 70,
249+
height: 40,
250250
child: Row(
251251
children: [
252252
const SizedBox(

0 commit comments

Comments
 (0)