Skip to content

Commit

Permalink
chore: add colorToken to theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjiw0n committed Nov 27, 2024
1 parent 6c0f58d commit b62d847
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/theme.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import button from './buttonTheme';
import color from './color';
import colorToken from './colorToken';
import font from './font';
import fontTheme from './fontTheme';
import palette from './palette';
Expand All @@ -14,6 +15,7 @@ export const theme = {
palette,
fontTheme,
shadow,
colorToken,
};

export type ThemeType = typeof theme;

0 comments on commit b62d847

Please sign in to comment.