Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Commit dfef442

Browse files
committed
fix: pfp dialog weight
1 parent 104653d commit dfef442

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/com/eps/todoturtle/profile/ui/details/ChangeProfilePictureDialog.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ fun ChangeProfilePictureDialog(
6969
modifier = Modifier
7070
.fillMaxWidth(fraction = 0.5f)
7171
.padding(top = 20.dp)
72+
.weight(weight = 1f)
7273
.height(150.dp),
7374
)
7475
DialogTitle(R.string.profile_chosen_image)

0 commit comments

Comments
 (0)