An object decscribing the custom app theming that allows you to configure colors, typography, borders, and component-level styling for the embedded application experience. All attributes are optional; unspecified values fall back to WorkBright’s default theme.
Custom_app_theme
Attributes
JSON Type
Description
body
Object
Global typography and text color applied to the application body.
alerts
Object
Defines styles for alert components, including borders, variants, and alert-related buttons.
formControl
Object
Controls the appearance of form fields (inputs, selects, text areas).
headings
Object
Typography settings for heading tags.
link
Object
Default and hover styling for hyperlink elements.
Body
Attributes
JSON Type
Description
fontSize
string
Base font size for body text (e.g., "15px").
color
string
Base text color for body content. (e.g., "#F54927")
Alerts
Attributes
JSON Type
Description
borderWidth
string
Border thickness for alerts.
borderRadius
string
Corner radius for alert containers.
variants
Object
Color and border settings for alert variants.
buttons
Object
Style settings for buttons displayed within alerts.
Alerts.variants
Defines per-variant styling for alert components.
For variant objects: primary, info, danger, success, warning