File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/@chakra-ui/gatsby-plugin Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,17 @@ export type Colors = typeof colors
3
3
const colors = {
4
4
gray : {
5
5
100 : "#f7f7f7" ,
6
+ 200 : "#e7e7e7" ,
6
7
300 : "#d4d4d4" ,
7
8
400 : "#b0b0b0" ,
8
9
500 : "#646464" ,
10
+ 600 : "#333333" ,
9
11
700 : "#222222" ,
10
12
900 : "#141414" ,
11
13
} ,
12
14
blue : {
13
15
100 : "#dedeff" ,
14
- 300 : "#ababfe " ,
16
+ 300 : "#8282ff " ,
15
17
500 : "#1c1cff" ,
16
18
600 : "#090990" ,
17
19
700 : "#0b0b66" ,
Original file line number Diff line number Diff line change @@ -48,7 +48,8 @@ const semanticTokens = {
48
48
body : { _light : "gray.700" , _dark : "gray.100" } ,
49
49
// ! Deprecating bodyInverted
50
50
bodyInverted : { _light : "gray.100" , _dark : "gray.700" } ,
51
- bodyLight : { _light : "gray.500" , _dark : "gray.300" } ,
51
+ bodyMedium : { _light : "gray.500" , _dark : "gray.300" } ,
52
+ bodyLight : { _light : "gray.200" , _dark : "gray.600" } ,
52
53
disabled : { _light : "gray.300" , _dark : "gray.500" } ,
53
54
background : { _light : "white" , _dark : "gray.700" } ,
54
55
backgroundHighlight : { _light : "gray.100" , _dark : "gray.900" } ,
You can’t perform that action at this time.
0 commit comments