Skip to content

Commit

Permalink
chore: import 경로 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
brewcold committed Feb 12, 2024
1 parent b186632 commit 1b29c11
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion frontend/apps/notice/components/Notice/Notice.css.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { colors } from '@amadda/external-temporal';
import { colors } from '#/style/colors';
import { styleVariants } from '@vanilla-extract/css';
export const BACKGROUND = styleVariants({
normal: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { colors } from '@amadda/external-temporal';
import { colors } from '#/style/colors';
import { style, styleVariants } from '@vanilla-extract/css';

export const CONTAINER = style({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { style } from '@vanilla-extract/css';
import { colors } from '@amadda/external-temporal';
import { colors } from '#/style/colors';

export const BASE = style({
display: 'grid',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { colors } from '@amadda/external-temporal';
import { colors } from '#/style/colors';
import { style, styleVariants } from '@vanilla-extract/css';

export const LAYOUT_SCH = styleVariants({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { colors } from '@amadda/external-temporal';
import { colors } from '#/style/colors';
import { style } from '@vanilla-extract/css';

export const BASE = style({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { colors } from '@amadda/external-temporal';
import { colors } from '#/style/colors';
import { style } from '@vanilla-extract/css';

export const BASE = style({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { style, styleVariants } from '@vanilla-extract/css';
import { colors } from '@amadda/external-temporal';
import { colors } from '#/style/colors';

export const BASE = style({
// width: 'calc(430px / 7)',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { colors } from '@amadda/external-temporal';
import { colors } from '#/style/colors';
import { style } from '@vanilla-extract/css';

export const BASE = style({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { colors } from '@amadda/external-temporal';
import { colors } from '#/style/colors';
import { style } from '@vanilla-extract/css';
export const PARTICIPANTS = style({
backgroundColor: colors.GREY_100,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { colors } from '@amadda/external-temporal';
import { colors } from '#/style/colors';
import { style } from '@vanilla-extract/css';

export const BASE = style({});
2 changes: 1 addition & 1 deletion frontend/apps/schedule/layout/Layout.css.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { colors } from '@amadda/external-temporal';
import { colors } from '#/style/colors';
import { style } from '@vanilla-extract/css';

export const APPLAYOUT_MOBILE = style({
Expand Down
2 changes: 1 addition & 1 deletion frontend/apps/shell/components/Header/Header.css.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { colors } from '@amadda/external-temporal';
import { colors } from '#/style/colors';
import { style } from '@vanilla-extract/css';

export const BASE = style({
Expand Down
2 changes: 1 addition & 1 deletion frontend/apps/shell/layout/Layout.css.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { colors } from '@amadda/external-temporal';
import { colors } from '#/style/colors';
import { style } from '@vanilla-extract/css';

export const APPLAYOUT_MOBILE = style({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { colors } from '@amadda/external-temporal';
import { colors } from '#/style/colors';
import { style, styleVariants } from '@vanilla-extract/css';

export const GROUP_LAYOUT = style({
Expand Down

0 comments on commit 1b29c11

Please sign in to comment.