fix: fixed UI

This commit is contained in:
2026-06-21 20:40:44 +03:00
parent 576642a920
commit 12b64766ef
6 changed files with 48 additions and 28 deletions
@@ -88,7 +88,7 @@ fun FillTemplatePage(template: Template, innerPadding: PaddingValues) {
}
},
modifier = fieldModifier,
label = { Text((if (field.maybeEmpty) "" else "* ") + field.name) }
label = { Text((if (field.maybeEmpty) "" else "*") + field.name) }
)
}