Skip to content

Commit

Permalink
fix(www): import design tokens from gatsby-design-tokens in modal.js (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh authored Feb 11, 2020
1 parent 1c495ee commit d2fa8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/components/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
space,
zIndices,
mediaQueries,
} from "../gatsby-plugin-theme-ui"
} from "gatsby-design-tokens/dist/theme-gatsbyjs-org"
import "../assets/fonts/futura"
import LazyModal from "./lazy-modal"
import { globalStyles } from "../utils/styles/global"
Expand Down

0 comments on commit d2fa8f7

Please sign in to comment.