Theming & Customization

Branding

PropertyTypeDefault ValueNotes
backgroundlight or darklight
color_pagestring (hex code)#5251FDThis property allows you to change the background color of the page (i.e. background color of the area outside the main card)
Important: This area is not visible in phone view.
color_brandstring (hex code)#5251FDYour primary brand color. This gets applied to buttons, icons, etc.
color_brand_overlaystring (hex code)#FFFFFFThis is the color of all items that are placed over your brand color. For example, color of the text inside your buttons. Or color of icons on layouts where the background color is the brand color.
font_namestringPlus Jakarta SansThe name should match exactly with the name mentioned on Google Fonts.
font_weightsstring300,400,500,600,700This should be a single string with separated by commas.

Important: This option needs to be modified ONLY if you are customizing the weights of the buttons, inputs, etc and using a value that is not present in the default list (for example 800).

Buttons

PropertyTypeDefault ValueNote
button_border_radiusstring8px
button_paddingstring18pxAny valid CSS value (like rem, %, etc) can be used here.
button_font_sizestring16px
button_font_weightstring400If you are changing it to any value apart from 300, 400, 500, 600 or 700, make sure to update the font_weights property.

Inputs

PropertyTypeDefault ValueNote
input_border_radiusstring8px
input_paddingstring14px 18pxAny valid CSS value (like rem, %, etc) can be used here.
input_font_sizestring16px
input_font_weightstring500If you are changing it to any value apart from 300, 400, 500, 600 or 700, make sure to update the font_weights property.
input_label_font_sizestring16px
input_label_font_weightstring500If you are changing it to any value apart from 300, 400, 500, 600 or 700, make sure to update the font_weights property

Other

PropertyTypeDefault ValueNote
layout_border_radiusstring18pxThis is the border radius of the main card which contains our verification flow.
Important: This value is not applicable in phone view as the card takes up the entire screen.
modal_border_radiusstring12pxBorder radius for popups, modals, etc.
image_border_radiusstring12pxBorder radius for captured images.