Skip to content

Commit

Permalink
fix playground-next
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Oct 1, 2023
1 parent 9f7bfac commit 46e4574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/components/CheckBox/CheckBox.css.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createTheme, style, StyleRule } from "@vanilla-extract/css";
import { recipe } from "@vanilla-extract/recipes";
import { mapFontSizeValue, mapSizeValue } from "../../foundation/sizes.css";
import { mapFontSizeValue, mapSizeValue } from "../../foundation/sizes";
import { themeTokens } from "../../foundation/themes.css";
import { baseFieldTheme, FieldSizes } from "../Field/Field.css";
import { tokens } from "../../foundation/contract.css";
Expand Down

0 comments on commit 46e4574

Please sign in to comment.