tvOS 16.1 - 16.2 SwiftUI TextField and SecureField text vertical not align center

I tested on tvOS 15, and the alignment is fine. only have this issue on tvOS 16+

TextField("Host", text: $hostURL)
SecureField("Password", text: $hostPassword)

tvOS 16.1 - 16.2 SwiftUI TextField and SecureField text vertical not align center
 
 
Q