1 parent cf9de38 commit a614b6eCopy full SHA for a614b6e
2 files changed
lib/presentation/widgets/styled/add_user_avatar.dart
@@ -20,6 +20,7 @@ class AddUserAvatar extends StatelessWidget {
20
child: Column(
21
children: [
22
HoverAnimatedContainer(
23
+ duration: const Duration(milliseconds: 140),
24
width: 160.h,
25
height: 160.h,
26
hoverWidth: 165.h,
lib/presentation/widgets/styled/user_avatar.dart
@@ -19,6 +19,7 @@ class UserAvatar extends StatelessWidget {
19
0 commit comments