Customizing Component

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-component-bgStringk-map-get( $theme, component-bg )var(--kendo-color-surface-alt, #ffffff)
Description
Background color of a component.
Note: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$kendo-grid-bg: $kendo-component-bg !default;`.
$kendo-component-textStringk-map-get( $theme, component-text )var(--kendo-color-on-app-surface, #212121)
Description
Text color of a component.
Note: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$kendo-grid-text: $kendo-component-text !default;`.
$kendo-component-borderStringk-map-get( $theme, component-border )var(--kendo-color-border, rgba(0, 0, 0, 0.12))
Description
Border color of a component.
Note: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$kendo-grid-border: $kendo-component-border !default;`.

In this article

Not finding the help you need?