Visual styling options for the OkCollect address collection UI.
Customize the appearance of the address collection interface to match your app's branding.
const style: OkCollectStyle = { color: '#FF5722', // Your brand's primary color logo: 'https://example.com/logo.png',}; Copy
const style: OkCollectStyle = { color: '#FF5722', // Your brand's primary color logo: 'https://example.com/logo.png',};
OkCollect - Parent configuration type
Primary theme color for the UI in hexadecimal format. Applied to buttons, highlights, and accent elements.
'#005D67' (OkHi teal)
'#005D67'
`'#FF5722'` Copy
`'#FF5722'`
URL to your company logo. Displayed in the address collection header.
'https://cdn.okhi.co/icon.png'
`'https://example.com/logo.png'` Copy
`'https://example.com/logo.png'`
Visual styling options for the OkCollect address collection UI.
Remarks
Customize the appearance of the address collection interface to match your app's branding.
Example
See
OkCollect - Parent configuration type