Skip to content

Commit

Permalink
modify: theme 컨벤션 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JitHoon committed Jan 15, 2024
1 parent 57bf7cd commit ab16597
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/types/theme.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ import { EmotionTheme } from '@emotion/react';

declare module '@emotion/react' {
export interface Theme extends EmotionTheme {
// theme 컨벤션 : 페이지 별 변수 지정 사용
login: {};
dashboard: {};
report: {};
coupons: {};
register: {};
settlements: {};
colors: {
background: string;
hover: string;
Expand Down

0 comments on commit ab16597

Please sign in to comment.