Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefe02c commit 111ac3dCopy full SHA for 111ac3d
site/src/theme/colors.ts
@@ -4,17 +4,17 @@ export const colors = {
4
white: "#fff",
5
6
gray: {
7
- 17: tw.gray[950],
8
- 16: tw.gray[900],
9
- 14: tw.gray[800],
10
- 13: tw.gray[700],
11
- 12: tw.gray[600],
12
- 11: tw.gray[500],
13
- 9: tw.gray[400],
14
- 6: tw.gray[300],
15
- 4: tw.gray[200],
16
- 2: tw.gray[100],
17
- 1: tw.gray[50],
+ 17: tw.zinc[950],
+ 16: tw.zinc[900],
+ 14: tw.zinc[800],
+ 13: tw.zinc[700],
+ 12: tw.zinc[600],
+ 11: tw.zinc[500],
+ 9: tw.zinc[400],
+ 6: tw.zinc[300],
+ 4: tw.zinc[200],
+ 2: tw.zinc[100],
+ 1: tw.zinc[50],
18
},
19
20
red: {
0 commit comments