Skip to content

Commit 111ac3d

Browse files
authored
chore: switch to zinc for our gray palette (coder#10740)
1 parent fefe02c commit 111ac3d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

site/src/theme/colors.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ export const colors = {
44
white: "#fff",
55

66
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],
7+
17: tw.zinc[950],
8+
16: tw.zinc[900],
9+
14: tw.zinc[800],
10+
13: tw.zinc[700],
11+
12: tw.zinc[600],
12+
11: tw.zinc[500],
13+
9: tw.zinc[400],
14+
6: tw.zinc[300],
15+
4: tw.zinc[200],
16+
2: tw.zinc[100],
17+
1: tw.zinc[50],
1818
},
1919

2020
red: {

0 commit comments

Comments
 (0)