Note widget: adjust alignment
This commit is contained in:
parent
4bfb5b9056
commit
24564855aa
@ -221,7 +221,7 @@ fun NotesWidget(
|
|||||||
Row(
|
Row(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.fillMaxWidth()
|
.fillMaxWidth()
|
||||||
.padding(start = 8.dp, end = 8.dp, bottom = 8.dp),
|
.padding(start = 4.dp, end = 4.dp, bottom = 4.dp),
|
||||||
verticalAlignment = Alignment.CenterVertically,
|
verticalAlignment = Alignment.CenterVertically,
|
||||||
) {
|
) {
|
||||||
if (viewModel.linkedFileSavingState.value == LinkedFileSavingState.Error) {
|
if (viewModel.linkedFileSavingState.value == LinkedFileSavingState.Error) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user