Minor cleanup

This commit is contained in:
arkon
2022-05-19 17:43:27 -04:00
parent 64da16f58f
commit 9a75232ca4
12 changed files with 75 additions and 71 deletions
@@ -68,7 +68,7 @@ fun MigrateSourceList(
) {
item(key = "title") {
Text(
text = stringResource(id = R.string.migration_selection_prompt),
text = stringResource(R.string.migration_selection_prompt),
modifier = Modifier
.animateItemPlacement()
.padding(horizontal = horizontalPadding, vertical = 8.dp),