We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b12386 commit f3cea2dCopy full SHA for f3cea2d
1 file changed
tailwind.config.ts
@@ -48,7 +48,8 @@ module.exports = {
48
900: 'hsl(var(--gray-900))',
49
},
50
green: {
51
- 600: 'hsl(var(--green-600))',
+ 200: 'hsl(var(--green-200))',
52
+ 300: 'hsl(var(--green-300))',
53
54
zinc: {
55
400: 'hsl(var(--zinc-400))',
@@ -65,7 +66,8 @@ module.exports = {
65
66
900: 'hsl(var(--stone-900))',
67
68
rose: {
- 400: 'hsl(var(--rose-400))',
69
+ 200: 'hsl(var(--rose-200))',
70
+ 250: 'hsl(var(--rose-250))',
71
72
background: 'hsl(var(--background))',
73
foreground: 'hsl(var(--foreground))',
0 commit comments