fix profilepicture display in update profile

This commit is contained in:
2024-09-05 11:35:52 +02:00
parent 991e207924
commit 0756d35bc5
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -244,7 +244,7 @@ class _ProfileUserUpdateState extends State<ProfileUserUpdate> {
radius: 50,
),
SizedBox(
width: 120,
width: 110,
child: Image(image: logoFrame),
)
],