design : adjust some designs after textfield changes
This commit is contained in:
parent
bb85e81311
commit
acc6eb736b
3 changed files with 19 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue