d
This commit is contained in:
@@ -11,7 +11,7 @@ extension MeetupId {
|
||||
}
|
||||
|
||||
public var body: some View {
|
||||
TextField("TV", value: $vm.textField.v, formatter: BusUI.TextFieldSource())
|
||||
TextField("TV", value: $vm.textField.v, formatter: BusUI.TextFieldSource())
|
||||
.padding(8)
|
||||
.border(Color.blue)
|
||||
.animation(.easeInOut(duration: 0.3))
|
||||
|
||||
Reference in New Issue
Block a user