File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/@chakra-ui/gatsby-plugin Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,20 +68,20 @@ const semanticTokens = {
68
68
attention : {
69
69
base : "yellow.500" ,
70
70
light : "yellow.200" ,
71
- outline : { _light : "attention" , _dark : "attention.light" } ,
71
+ outline : { _light : "attention.base " , _dark : "attention.light" } ,
72
72
} ,
73
73
// ? Keep "error" or rename to "fail" ?
74
74
error : {
75
75
base : "red.500" ,
76
76
light : "red.100" ,
77
- outline : { _light : "error" , _dark : "error.light" } ,
77
+ outline : { _light : "error.base " , _dark : "error.light" } ,
78
78
// ! Deprecating errorNeutral
79
79
neutral : { _light : "red.100" , _dark : "red.900" } ,
80
80
} ,
81
81
success : {
82
82
base : "green.500" ,
83
83
light : "green.100" ,
84
- outline : { _light : "success" , _dark : "success.light" } ,
84
+ outline : { _light : "success.base " , _dark : "success.light" } ,
85
85
// ! Deprecating success.neutral
86
86
neutral : { _light : "green.100" , _dark : "green.900" } ,
87
87
} ,
You can’t perform that action at this time.
0 commit comments