I have a TextField in SwiftUI. When I apply padding to it as
TextField
TextField(text, text: $value) .padding() <