Skip to content

Commit

Permalink
fix: update red-200. remove unused red-100 (#215)
Browse files Browse the repository at this point in the history
* update red-200. remove unused red-100

* prettier
  • Loading branch information
cho-jos authored Jan 6, 2025
1 parent f628001 commit 9841dda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ export default {
green: "#145A06",
orange: "#ED8B00",
red: {
100: "#DA291C",
200: "#B3000F",
200: "#FF4531",
},
white: "#ffffff",
yellow: "#FFC961",
Expand Down

0 comments on commit 9841dda

Please sign in to comment.