diff --git a/styles/src/themes/dark.ts b/styles/src/themes/dark.ts index ad2cf516563946970df43a806444c305becd17f6..3dcf9ea6918300b2c156ca9b31be909dd67eab3e 100644 --- a/styles/src/themes/dark.ts +++ b/styles/src/themes/dark.ts @@ -1,4 +1,4 @@ -import { color, colors, fontWeights, NumberToken } from "../tokens"; +import { colors, fontWeights, NumberToken } from "../tokens"; import { withOpacity } from "../utils/color"; import Theme, { buildPlayer, Syntax } from "./theme";