Skip to content

Commit

Permalink
chore: update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
sohee-K committed Apr 9, 2024
1 parent 6106a83 commit a734d66
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/pink-boxes-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sopt-makers/ui": patch
---

export Toast, update dependencies
2 changes: 1 addition & 1 deletion packages/ui/CheckBox/style.css.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { style, styleVariants } from '@vanilla-extract/css';
import { colors } from "@sopt-makers/colors/src";
import { colors } from "@sopt-makers/colors";
import theme from "../theme.css";

export const checkBoxWrapper = style({
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/theme.css.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createGlobalTheme } from '@vanilla-extract/css';
import { colors } from "@sopt-makers/colors/src";
import { fontsObject } from "@sopt-makers/fonts/src";
import { colors } from "@sopt-makers/colors";
import { fontsObject } from "@sopt-makers/fonts";

const theme = createGlobalTheme('body', {
colors,
Expand Down

0 comments on commit a734d66

Please sign in to comment.