diff --git a/.changeset/cold-plums-doubt.md b/.changeset/cold-plums-doubt.md new file mode 100644 index 00000000000..27b2ecc5ae4 --- /dev/null +++ b/.changeset/cold-plums-doubt.md @@ -0,0 +1,5 @@ +--- +"@khanacademy/perseus-editor": patch +--- + +Updates WB `color` references to use the new `semanticColor` tokens instead. diff --git a/packages/perseus-editor/src/components/__stories__/device-framer.stories.tsx b/packages/perseus-editor/src/components/__stories__/device-framer.stories.tsx index c1043a8f3e7..e57b656ebd4 100644 --- a/packages/perseus-editor/src/components/__stories__/device-framer.stories.tsx +++ b/packages/perseus-editor/src/components/__stories__/device-framer.stories.tsx @@ -1,4 +1,4 @@ -import {color, spacing} from "@khanacademy/wonder-blocks-tokens"; +import {semanticColor, spacing} from "@khanacademy/wonder-blocks-tokens"; import * as React from "react"; import DeviceFramer from "../device-framer"; @@ -17,8 +17,9 @@ const SampleContent = () => { return (