fix eye icon overflow error on desktop

This commit is contained in:
ryleedavis 2023-05-16 13:36:59 -06:00
parent e843065278
commit bb5ada8178

View file

@ -252,7 +252,7 @@ class _DesktopLoginViewState extends ConsumerState<DesktopLoginView> {
), ),
suffixIcon: UnconstrainedBox( suffixIcon: UnconstrainedBox(
child: SizedBox( child: SizedBox(
height: 70, height: 40,
child: Row( child: Row(
children: [ children: [
const SizedBox( const SizedBox(