DefaultAgentforceTheme
object DefaultAgentforceTheme : BaseUiTheme
Default AgentforceTheme that serves as the base theme for Agentforce components. This theme can be used directly by the SDK or as a starting point for host apps to create customized themes.
Property | Type | Description |
---|---|---|
colors | Colors | Default light mode colors |
darkColors | Colors | Default dark mode colors |
dimensions | Dimensions | Default dimensions |
shadows | Shadows | Default shadows |
shapes | Shapes | Default shapes |
typography | Typography | Default typography |
The following functions are available on DefaultAgentforceTheme:
Creates a copy of this theme with optional parameter overrides. This allows host apps to customize specific aspects of the theme without having to recreate the entire theme from scratch.