diff --git a/app/frontend/src/components/commons/Button/index.css.ts b/app/frontend/src/components/commons/Button/index.css.ts index 5903c8355..e93e258a7 100644 --- a/app/frontend/src/components/commons/Button/index.css.ts +++ b/app/frontend/src/components/commons/Button/index.css.ts @@ -1,6 +1,7 @@ -import { vars } from '@styles/index.css'; import { recipe } from '@vanilla-extract/recipes'; +import { vars } from '@/styles/index.css'; + export const button = recipe({ base: { display: 'flex',