I want to have my TextField with a min height of 32 but i want the tap area to be 44 px. How to achieve this
TextField("", text: $text)
.foregroundColor(textColor)
.accentColor(tintColor)
.frame(minHeight: 32)