Skip to content

Commit d2fa8f7

Browse files
authored
fix(www): import design tokens from gatsby-design-tokens in modal.js (#21377)
1 parent 1c495ee commit d2fa8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/src/components/modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
space,
1212
zIndices,
1313
mediaQueries,
14-
} from "../gatsby-plugin-theme-ui"
14+
} from "gatsby-design-tokens/dist/theme-gatsbyjs-org"
1515
import "../assets/fonts/futura"
1616
import LazyModal from "./lazy-modal"
1717
import { globalStyles } from "../utils/styles/global"

0 commit comments

Comments
 (0)