Skip to content

Commit

Permalink
fix(v5 theming/colors): Add react component
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcbaum committed Dec 13, 2021
1 parent 1016091 commit c2455b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion versioned_docs/version-v5/theming/colors.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ inlineHtmlPreviews: true
---

import LayeredColorsSelect from '@components/page/theming/LayeredColorsSelect';
import NewColorGenerator from '@components/page/theming/NewColorGenerator';
import CodeColor from '@components/page/theming/CodeColor';

# Colors
Expand Down Expand Up @@ -105,4 +106,4 @@ See the [CSS Variables documentation](css-variables.md) for more information on

Create a new color below by changing the name and value, then copy and paste the code below into your project.

<new-color-generator mode="md" no-prerender></new-color-generator>
<NewColorGenerator />

0 comments on commit c2455b0

Please sign in to comment.