Skip to content

Commit

Permalink
design: primary color 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
imb96 committed Sep 14, 2024
1 parent aab2c35 commit 0ed1964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/tag-data.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "css": 1, "js": 4, "react": 5, "npm": 1, "webpack": 1, "personal": 1, "javascript": 1 }
{ "fe": 1, "react": 6, "css": 1, "javascript": 1, "js": 4, "npm": 1, "personal": 1, "webpack": 1 }
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
sans: ['var(--font-space-grotesk)', ...fontFamily.sans],
},
colors: {
primary: colors.pink,
primary: colors.blue,
gray: colors.gray,
},
zIndex: {
Expand Down

0 comments on commit 0ed1964

Please sign in to comment.