Skip to content

Commit

Permalink
💄 Increase padding in SharePic dialog
Browse files Browse the repository at this point in the history
closes #422
  • Loading branch information
jheubuch committed Oct 3, 2024
1 parent dbd4158 commit 6248b6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fun SharePicDialog(
var shareTags by remember { mutableStateOf(true) }

Column(
modifier = modifier.padding(4.dp),
modifier = modifier.padding(8.dp),
verticalArrangement = Arrangement.spacedBy(8.dp)
) {
Text(
Expand Down

0 comments on commit 6248b6a

Please sign in to comment.