Skip to content

Commit

Permalink
fix :: theme WHITE 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
inung1004 committed Oct 3, 2023
1 parent 4868caf commit 3a83b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style/Theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const colors = {
gray300: "#BFC0BF",
gray200: "#E5E6E5",
gray100: "#F5F5F5",
WHITE: "##FFFFFF",
WHITE: "#FFFFFF",
BLACK: "#000000",
red: "#D6403C",
green: "#2FC23E",
Expand Down

0 comments on commit 3a83b59

Please sign in to comment.