Use open-color directly (#1371)

This commit is contained in:
Jed Fox 2020-04-10 18:09:29 -04:00 committed by GitHub
parent 6d30351164
commit f7e3ee2064
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 3283 additions and 197 deletions

View file

@ -1,4 +1,5 @@
import React from "react";
import oc from "open-color";
// We inline font-awesome icons in order to save on js size rather than including the font awesome react library
export const SHAPES =
@ -57,7 +58,7 @@ export const SHAPES =
y1="3"
x2="6"
y2="3"
stroke="#000"
stroke={oc.black}
strokeLinecap="round"
/>
</svg>