Skip to content

Commit

Permalink
align first entry in edit history list with undo button
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Oct 29, 2024

Verified

This commit was signed with the committer’s verified signature.
hawkw Eliza Weisman
1 parent 65d9db8 commit 101c5e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -126,7 +126,7 @@ fun EditHistorySidebar(
verticalArrangement = Arrangement.Bottom,
contentPadding = PaddingValues(
top = insets.calculateTopPadding(),
bottom = insets.calculateBottomPadding() + 22.dp // to align with undo button
bottom = insets.calculateBottomPadding() + 32.dp // to align with undo button
)
) {
items(

0 comments on commit 101c5e9

Please sign in to comment.