Skip to content

Commit

Permalink
design: secondary 색상 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
WooWan committed Jul 26, 2024
1 parent 7d589f0 commit 8b7d5ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
--ring: 222.2 84% 4.9%;

--radius: 0.5rem;

--i-secondary: #6e96ff;
}

.dark {
Expand Down
3 changes: 3 additions & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ const config = {
},
extend: {
colors: {
i: {
secondary: "var(--i-secondary)",
},
border: "hsl(var(--border))",
input: "hsl(var(--input))",
ring: "hsl(var(--ring))",
Expand Down

0 comments on commit 8b7d5ed

Please sign in to comment.