let style = StylingOptions(
primaryColor: "#7949D1",
backgroundColor: "#FFF",
foregroundColor: "#562BA6",
accentColor: "#F4F0FB",
)
let options = ConnectOptions(style: style)
let input = ConnectInput(
publicKey: ...
...
options: options
)
let connect = Connect(input: input)