Object
BusinessBrand
Business brand configuration: icon image, design-system seed values, and server-computed theming tokens. The expander in @sessions-internal/core/branding fills every leaf the business hasn't explicitly set, so an unconfigured business gets sensible defaults.
Fields
iconImageSquare icon image for the business, or null if not set.
primaryColorStringConvenience shortcut for the OKLCH string of colors.surfaces.primary.background.
Deprecated. Use colors.surfaces.primary.background.
accentColorStringConvenience shortcut for the OKLCH string of colors.accent.value.
Deprecated. Use colors.accent.value.
colorsBrandColors!Color roles — three stacked surfaces (primary/secondary/tertiary) and three action colors (accent/critical/positive). Every leaf is filled by the server-side expander.