Skip to content

Commit

Permalink
feat: svg fill theme에 white, weak 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
simeunseo committed Nov 10, 2024
1 parent ec2e684 commit a422e47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ const config: Config = {
fill: {
primary: 'var(--purple-500)',
main: 'var(--grey-900)',
weak: 'var(--gray-700)',
white: 'var(--white)',
error: 'var(--red)',
},

Expand Down

0 comments on commit a422e47

Please sign in to comment.