Skip to content

Commit a614b6e

Browse files
committed
rewrite: Login Screen more responsive
1 parent cf9de38 commit a614b6e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

lib/presentation/widgets/styled/add_user_avatar.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class AddUserAvatar extends StatelessWidget {
2020
child: Column(
2121
children: [
2222
HoverAnimatedContainer(
23+
duration: const Duration(milliseconds: 140),
2324
width: 160.h,
2425
height: 160.h,
2526
hoverWidth: 165.h,

lib/presentation/widgets/styled/user_avatar.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class UserAvatar extends StatelessWidget {
1919
child: Column(
2020
children: [
2121
HoverAnimatedContainer(
22+
duration: const Duration(milliseconds: 140),
2223
width: 160.h,
2324
height: 160.h,
2425
hoverWidth: 165.h,

0 commit comments

Comments
 (0)