Commit
+1 -1 +/-1 browse
1 | diff --git a/docsite/index.html b/docsite/index.html |
2 | index 2a14920..389fe9f 100644 |
3 | --- a/docsite/index.html |
4 | +++ b/docsite/index.html |
5 | @@ -1016,7 +1016,7 @@ |
6 | <h6>Individual imports</h6> |
7 | <pre class="language-js"><code> |
8 | // import just 1 color set object |
9 | - import {indigo} from 'open-props/src/colors'; |
10 | + import {Indigo} from 'open-props/src/colors'; |
11 | |
12 | // import shadows without prop deps |
13 | import {StaticShadows} from 'open-props/src/shadows'; |