Skip to content

Commit

Permalink
Merge pull request #366 from illa-family/develop
Browse files Browse the repository at this point in the history
fix: remove fira-code
  • Loading branch information
owenlongbo authored Sep 30, 2022
2 parents e6e01b0 + 027f9d4 commit e70b876
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/builder/src/components/CodeEditor/style.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import chroma from "chroma-js"
import "@fontsource/fira-code"
// import "@fontsource/fira-code"
import { css, SerializedStyles } from "@emotion/react"
import { globalColor, illaPrefix } from "@illa-design/theme"
import { EditorInputState } from "./interface"
Expand Down Expand Up @@ -203,4 +203,4 @@ export const contentTextStyle = css`

export const containerStyle = css`
overflow: scroll;
`
`
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { css, SerializedStyles } from "@emotion/react"
import "@fontsource/fira-code"
// import "@fontsource/fira-code"
import chroma from "chroma-js"
import { globalColor, illaPrefix } from "@illa-design/theme"
import { Variants } from "framer-motion"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { css, SerializedStyles } from "@emotion/react"
import { globalColor, illaPrefix } from "@illa-design/theme"
import "@fontsource/fira-code"
// import "@fontsource/fira-code"

export const jsonStyle = css`
font-family: "Fira Code", monospace;
Expand Down

0 comments on commit e70b876

Please sign in to comment.