Author: Adam Argyle [argyle@google.com]
Committer: GitHub [noreply@github.com] Tue, 20 Feb 2024 22:18:41 +0000
Hash: 09e70c03c0a2533d06ec823f47490f018eb27f23
Timestamp: Tue, 20 Feb 2024 22:18:41 +0000 (7 months ago)

+1 -1 +/-1 browse
typo fix on JS color API in docs
1diff --git a/docsite/index.html b/docsite/index.html
2index 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';