Skip to content

Commit

Permalink
feat: 에러 색상 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieonn committed Dec 29, 2024
1 parent 3f990f6 commit 95bacd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style/color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ export const colors = {
gray200: "#AEAEAE",
gray300: "#E0E0E0",
gray400: "#F9F9FB",

background: "#F0F1F3",

blue100: "#6D82FF",
blue200: "#b6c0f7",
blue300: "#f1f3fe",

red100: "#ff4343",
red100: "#F86767", //"#ff4343",
red200: "#ffa0a0",
red300: "#ffeded",

Expand Down

0 comments on commit 95bacd1

Please sign in to comment.