Skip to content

Commit

Permalink
fix: change gray 300 to #C4D9EC
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidlinek authored and Rei-x committed Jan 14, 2025
1 parent e365419 commit a754c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const accent = {
const gray = {
100: "#F6FAFD",
200: "#EAF4FB",
300: "#DFEDFA",
300: "#C4D9EC",
400: "#D9E8FF",
500: "#274276",
600: "#203560",
Expand Down

0 comments on commit a754c5b

Please sign in to comment.