@@ -41,7 +41,7 @@ const semanticTokens = {
4141 highContrast : { _light : "blue.800" , _dark : "orange.100" } ,
4242 lowContrast : { _light : "blue.100" , _dark : "orange.900" } ,
4343 hover : { _light : "blue.400" , _dark : "orange.400" } ,
44- visited : { _light : "blue.700" , _dark : "orange.400 " } ,
44+ visited : { _light : "blue.700" , _dark : "orange.550 " } ,
4545 // ! Deprecating primary.light
4646 light : { _light : "blue.100" , _dark : "orange.100" } ,
4747 // ! Deprecating primary.dark
@@ -50,14 +50,14 @@ const semanticTokens = {
5050 pressed : { _light : "blue.400" , _dark : "orange.800" } ,
5151 } ,
5252 body : {
53- base : { _light : "gray.700 " , _dark : "gray.100" } ,
53+ base : { _light : "gray.800 " , _dark : "gray.100" } ,
5454 medium : { _light : "gray.500" , _dark : "gray.300" } ,
5555 light : { _light : "gray.200" , _dark : "gray.600" } ,
5656 // ! Deprecating body.inverted
57- inverted : { _light : "gray.100" , _dark : "gray.700 " } ,
57+ inverted : { _light : "gray.100" , _dark : "gray.800 " } ,
5858 } ,
5959 background : {
60- base : { _light : "white" , _dark : "gray.700 " } ,
60+ base : { _light : "white" , _dark : "gray.800 " } ,
6161 highlight : { _light : "gray.100" , _dark : "gray.900" } ,
6262 } ,
6363 disabled : { _light : "gray.400" , _dark : "gray.500" } ,
0 commit comments