Skip to content

Commit

Permalink
chore: re-regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow committed Dec 12, 2024
1 parent 50a6fe6 commit 895222c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/material/docs/customization-checkbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-checkbox-disabled-checked-text</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color( on-base ), k-contrast-color( $kendo-checkbox-disabled-checked-bg ))</code></td>
<td><code>var(--kendo-color-on-base, #212121)</code></td>
<td><code>if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-checkbox-disabled-checked-bg ))</code></td>
<td><code>var(--kendo-color-on-primary, #ffffff)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The text color of the disabled and checked CheckBox.</div></div>
Expand Down
4 changes: 2 additions & 2 deletions packages/material/docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -5308,8 +5308,8 @@ The following table lists the available variables for customizing the Material t
<tr>
<td>$kendo-checkbox-disabled-checked-text</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color( on-base ), k-contrast-color( $kendo-checkbox-disabled-checked-bg ))</code></td>
<td><code>var(--kendo-color-on-base, #212121)</code></td>
<td><code>if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-checkbox-disabled-checked-bg ))</code></td>
<td><code>var(--kendo-color-on-primary, #ffffff)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The text color of the disabled and checked CheckBox.</div></div>
Expand Down

0 comments on commit 895222c

Please sign in to comment.