diff --git a/docsite/index.html b/docsite/index.html index 2a14920b..389fe9f2 100644 --- a/docsite/index.html +++ b/docsite/index.html @@ -1016,7 +1016,7 @@
Bundles
Individual imports

                     // import just 1 color set object
-                    import {indigo} from 'open-props/src/colors';
+                    import {Indigo} from 'open-props/src/colors';
 
                     // import shadows without prop deps
                     import {StaticShadows} from 'open-props/src/shadows';