Skip to content

Commit

Permalink
fix: add purple props in Palette types (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiyeon-lunit authored Oct 24, 2023
1 parent 9d87c79 commit c65ad00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/design-system/src/foundation/colors/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ declare module "@mui/material/styles/createPalette" {
lunit_teal: BaseColor;
magenta: BaseColor;
orange: BaseColor;
purple: BaseColor;
red: BaseColor;
yellow: BaseColor;
};
Expand All @@ -34,6 +35,7 @@ declare module "@mui/material/styles/createPalette" {
lunit_teal: BaseColor;
magenta: BaseColor;
orange: BaseColor;
purple: BaseColor;
red: BaseColor;
yellow: BaseColor;
};
Expand Down

0 comments on commit c65ad00

Please sign in to comment.