Skip to content
Snippets Groups Projects
Commit 86c7cc61 authored by Alexandros Georgantas's avatar Alexandros Georgantas
Browse files

Pending color added in styleguide

parent 79c494e7
No related branches found
No related tags found
No related merge requests found
......@@ -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>
```
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment