File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
app/components/primitives Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ const theme = {
48
48
"border-black/40 text-charcoal-900 group-hover:border-black/60 group-hover:text-charcoal-900" ,
49
49
} ,
50
50
secondary : {
51
- textColor : "text-secondary group-hover: text-secondary transition group-disabled:text-secondary " ,
51
+ textColor : "text-text-bright transition group-disabled:text-text-dimmed/80 " ,
52
52
button :
53
- "bg-transparent border border- secondary group-hover:border-secondary group-hover:bg-secondary/10 group-disabled:opacity-30 group-disabled:border -secondary group-disabled:bg-transparent group-disabled:pointer-events-none" ,
53
+ "bg-secondary group-hover:bg-charcoal-600 group-hover:border-charcoal-650 border border-charcoal-600 group-disabled:bg -secondary group-disabled:opacity-60 group-disabled:pointer-events-none" ,
54
54
shortcut :
55
- "border-secondary/30 text-secondary group-hover:text-text-bright/80 group-hover:border-dimmed/60 " ,
55
+ "border-text-dimmed/40 text-text-dimmed group-hover:text-text-bright group-hover:border-text- dimmed" ,
56
56
} ,
57
57
tertiary : {
58
58
textColor : "text-text-bright transition group-disabled:text-text-dimmed/80" ,
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ const charcoal = {
62
62
400 : "#878C99" ,
63
63
500 : "#5F6570" ,
64
64
600 : "#3B3E45" ,
65
+ 650 : "#2C3034" ,
65
66
700 : "#272A2E" ,
66
67
750 : "#212327" ,
67
68
800 : "#1A1B1F" ,
@@ -132,7 +133,7 @@ const lavender = {
132
133
133
134
/** Text colors */
134
135
const primary = apple [ 500 ] ;
135
- const secondary = lavender [ 400 ] ;
136
+ const secondary = charcoal [ 650 ] ;
136
137
const tertiary = charcoal [ 700 ] ;
137
138
const textLink = lavender [ 400 ] ;
138
139
const textDimmed = charcoal [ 400 ] ;
You can’t perform that action at this time.
0 commit comments