fix profilepicture display in update profile
This commit is contained in:
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 |
|
|
@ -244,7 +244,7 @@ class _ProfileUserUpdateState extends State<ProfileUserUpdate> {
|
||||||
radius: 50,
|
radius: 50,
|
||||||
),
|
),
|
||||||
SizedBox(
|
SizedBox(
|
||||||
width: 120,
|
width: 110,
|
||||||
child: Image(image: logoFrame),
|
child: Image(image: logoFrame),
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue