Note widget: adjust alignment

This commit is contained in:
MM20 2023-06-12 16:04:15 +02:00
parent 4bfb5b9056
commit 24564855aa
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -221,7 +221,7 @@ fun NotesWidget(
Row(
modifier = Modifier
.fillMaxWidth()
.padding(start = 8.dp, end = 8.dp, bottom = 8.dp),
.padding(start = 4.dp, end = 4.dp, bottom = 4.dp),
verticalAlignment = Alignment.CenterVertically,
) {
if (viewModel.linkedFileSavingState.value == LinkedFileSavingState.Error) {