File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ const variantSolid = defineStyle({
52
52
color : "background.base" ,
53
53
} ,
54
54
_hover : {
55
- color : "background.base " ,
56
- bg : "primary.hover " ,
55
+ color : "white " ,
56
+ bg : "primary.actionHover " ,
57
57
boxShadow : "buttonHover" ,
58
58
} ,
59
59
_active : {
Original file line number Diff line number Diff line change @@ -38,11 +38,12 @@ const semanticTokens = {
38
38
// Main Set
39
39
primary : {
40
40
base : { _light : "purple.600" , _dark : "purple.400" } ,
41
- action : { _light : "purple.500" , _dark : "purple.500" } ,
42
41
highContrast : { _light : "purple.800" , _dark : "purple.200" } ,
43
42
lowContrast : { _light : "purple.100" , _dark : "purple.900" } ,
44
43
hover : { _light : "purple.500" , _dark : "purple.500" } ,
45
44
visited : { _light : "purple.700" , _dark : "purple.300" } ,
45
+ action : { _light : "purple.600" , _dark : "purple.600" } ,
46
+ actionHover : { _light : "purple.500" , _dark : "purple.500" } ,
46
47
// ! Deprecating primary.light
47
48
light : { _light : "blue.100" , _dark : "orange.100" } ,
48
49
// ! Deprecating primary.dark
You can’t perform that action at this time.
0 commit comments