diff --git a/docs/colors.md b/docs/colors.md index dcacb4d89c85ecace06f2d94e68477837a675565..4f66808b4c9f6b308d598e21cc58ab723aa8de17 100644 --- a/docs/colors.md +++ b/docs/colors.md @@ -35,3 +35,11 @@ CSS variables are used to define the theme's color scheme. {faker.lorem.sentence(5)} </div> ``` + +`--color-pending` + +```js +<div style={{ color: 'var(--color-pending)' }}> +{faker.lorem.sentence(5)} +</div> +```