Skip to content

Commit

Permalink
Use horizontal padding on refresh interval per review comment (#4120)
Browse files Browse the repository at this point in the history
  • Loading branch information
dshokouhi authored Jan 6, 2024
1 parent b4c4c7a commit 8dd7673
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fun RefreshIntervalPickerView(
)

Column(
modifier = Modifier.padding(12.dp).fillMaxWidth(),
modifier = Modifier.padding(horizontal = 12.dp).fillMaxWidth(),
horizontalAlignment = Alignment.CenterHorizontally
) {
ListHeader(R.string.refresh_interval)
Expand Down

0 comments on commit 8dd7673

Please sign in to comment.