mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: switch to zinc for our gray palette (#10740)
This commit is contained in:
+11
-11
@@ -4,17 +4,17 @@ export const colors = {
|
||||
white: "#fff",
|
||||
|
||||
gray: {
|
||||
17: tw.gray[950],
|
||||
16: tw.gray[900],
|
||||
14: tw.gray[800],
|
||||
13: tw.gray[700],
|
||||
12: tw.gray[600],
|
||||
11: tw.gray[500],
|
||||
9: tw.gray[400],
|
||||
6: tw.gray[300],
|
||||
4: tw.gray[200],
|
||||
2: tw.gray[100],
|
||||
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],
|
||||
},
|
||||
|
||||
red: {
|
||||
|
||||
Reference in New Issue
Block a user