design : adjust some designs after textfield changes

This commit is contained in:
ganfra 2024-11-08 16:21:47 +01:00
parent bb85e81311
commit acc6eb736b
3 changed files with 19 additions and 12 deletions

View file

@ -75,7 +75,7 @@ fun BugReportView(
.fillMaxWidth()
.onTabOrEnterKeyFocusNext(LocalFocusManager.current),
enabled = isFormEnabled,
label = stringResource(id = R.string.screen_bug_report_editor_placeholder),
placeholder = stringResource(id = R.string.screen_bug_report_editor_placeholder),
supportingText = stringResource(id = R.string.screen_bug_report_editor_description),
onValueChange = {
descriptionFieldState = it