Use horizontal padding on refresh interval per review comment (#4120)

This commit is contained in:
Daniel Shokouhi 2024-01-06 14:06:26 -08:00 committed by GitHub
parent b4c4c7a458
commit 8dd76734f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)