Skip to content

Commit f3cea2d

Browse files
committed
feat(tailwind): add new custom colors
1 parent 5b12386 commit f3cea2d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tailwind.config.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ module.exports = {
4848
900: 'hsl(var(--gray-900))',
4949
},
5050
green: {
51-
600: 'hsl(var(--green-600))',
51+
200: 'hsl(var(--green-200))',
52+
300: 'hsl(var(--green-300))',
5253
},
5354
zinc: {
5455
400: 'hsl(var(--zinc-400))',
@@ -65,7 +66,8 @@ module.exports = {
6566
900: 'hsl(var(--stone-900))',
6667
},
6768
rose: {
68-
400: 'hsl(var(--rose-400))',
69+
200: 'hsl(var(--rose-200))',
70+
250: 'hsl(var(--rose-250))',
6971
},
7072
background: 'hsl(var(--background))',
7173
foreground: 'hsl(var(--foreground))',

0 commit comments

Comments
 (0)