Skip to content

Commit

Permalink
chore: regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow committed Jan 18, 2024
1 parent d3b60e2 commit f976186
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/bootstrap/docs/customization-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ The following table lists the available variables for customization.
<td>$kendo-input-bg</td>
<td>Color</td>
<td><code>$input-bg</code></td>
<td><span class="color-preview" style="background-color: #fff"></span><code>#fff</code></td>
<td><span class="color-preview" style="background-color: #ffffff"></span><code>#ffffff</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The background color of the Input components.</div></div>
Expand Down Expand Up @@ -346,7 +346,7 @@ The following table lists the available variables for customization.
<td>$kendo-input-focus-bg</td>
<td>Color</td>
<td><code>$input-focus-bg</code></td>
<td><span class="color-preview" style="background-color: #fff"></span><code>#fff</code></td>
<td><span class="color-preview" style="background-color: #ffffff"></span><code>#ffffff</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The background color of the focused Input components.</div></div>
Expand Down
4 changes: 2 additions & 2 deletions packages/bootstrap/docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -8729,7 +8729,7 @@ The following table lists the available variables for customizing the Bootstrap
<td>$kendo-input-bg</td>
<td>Color</td>
<td><code>$input-bg</code></td>
<td><span class="color-preview" style="background-color: #fff"></span><code>#fff</code></td>
<td><span class="color-preview" style="background-color: #ffffff"></span><code>#ffffff</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The background color of the Input components.</div></div>
Expand Down Expand Up @@ -8809,7 +8809,7 @@ The following table lists the available variables for customizing the Bootstrap
<td>$kendo-input-focus-bg</td>
<td>Color</td>
<td><code>$input-focus-bg</code></td>
<td><span class="color-preview" style="background-color: #fff"></span><code>#fff</code></td>
<td><span class="color-preview" style="background-color: #ffffff"></span><code>#ffffff</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The background color of the focused Input components.</div></div>
Expand Down

0 comments on commit f976186

Please sign in to comment.