@State private var username: String = "" var body: some View { TextField("Type here", text: $username) .font(.system(size: 30)) }