Customizing Prompt
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-prompt-text | String | $kendo-component-text | var(--kendo-color-on-app-surface, #3d3d3d) |
Description
The text color of the AIPrompt. | |||
$kendo-prompt-bg | String | $kendo-component-bg | var(--kendo-color-surface-alt, #ffffff) |
Description
The background color of the AIPrompt. | |||
$kendo-prompt-border | String | $kendo-component-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
Description
The border color of the AIPrompt. | |||
$kendo-prompt-header-text | String | $kendo-component-header-text | var(--kendo-color-on-app-surface, #3d3d3d) |
Description
The text color of the AIPrompt header. | |||
$kendo-prompt-header-bg | String | $kendo-component-bg | var(--kendo-color-surface-alt, #ffffff) |
Description
The background color of the AIPrompt header. | |||
$kendo-prompt-header-border | String | $kendo-component-header-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
Description
The border color of the AIPrompt header. | |||
$kendo-prompt-content-padding-y | String | k-spacing(4) | var(--kendo-spacing-4, 1rem) |
Description
The vertical padding of the AIPrompt content. | |||
$kendo-prompt-content-padding-x | String | k-spacing(4) | var(--kendo-spacing-4, 1rem) |
Description
The horizontal padding of the AIPrompt content. | |||
$kendo-prompt-content-spacing | String | k-spacing(4) | var(--kendo-spacing-4, 1rem) |
Description
The spacing between the items of the AIPrompt content. | |||
$kendo-prompt-content-text | String | $kendo-component-header-text | var(--kendo-color-on-app-surface, #3d3d3d) |
Description
The text color of the AIPrompt content. | |||
$kendo-prompt-content-bg | String | $kendo-component-header-bg | var(--kendo-color-surface, #fafafa) |
Description
The background color of the AIPrompt content. | |||
$kendo-prompt-content-border | String | $kendo-component-header-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
Description
The text border of the AIPrompt content. | |||
$kendo-prompt-expander-spacing | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
The spacing between the items of the AIPrompt content expander. | |||
$kendo-prompt-suggestion-padding-y | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
The vertical padding of the AIPrompt suggestion container. | |||
$kendo-prompt-suggestion-padding-x | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
The horizontal padding of the AIPrompt suggestion container. | |||
$kendo-prompt-suggestion-border-radius | String | k-border-radius(md) | var(--kendo-border-radius-md, 0.25rem) |
Description
The border radius of the AIPrompt suggestion container. | |||
$kendo-prompt-suggestion-text | String | $kendo-component-text | var(--kendo-color-on-app-surface, #3d3d3d) |
Description
The text color of the AIPrompt suggestion container. | |||
$kendo-prompt-suggestion-bg | String | $kendo-body-bg | var(--kendo-color-app-surface, #ffffff) |
Description
The background color of the AIPrompt suggestion container. | |||
$kendo-prompt-suggestion-border | String | $kendo-component-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
Description
The border color of the AIPrompt suggestion container. | |||
$kendo-prompt-suggestion-shadow | String | k-elevation(1) | var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
The elevation of the AIPrompt suggestion container. |