mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Add padding to description TextField in ScheduleMeetingFragment
This commit is contained in:
parent
0217c167dc
commit
8cbc4682e9
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ struct ScheduleMeetingFragment: View {
|
|||
TextField("meeting_schedule_description_hint", text: $meetingViewModel.description, axis: .vertical)
|
||||
.default_text_style(styleSize: 15)
|
||||
.focused($isDescriptionTextFocused)
|
||||
.padding(.vertical, 5)
|
||||
.padding(5)
|
||||
} else {
|
||||
ZStack(alignment: .leading) {
|
||||
TextEditor(text: $meetingViewModel.description)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue