Skip to content

Commit 01ab899

Browse files
committed
buttons style tweak
1 parent af6185a commit 01ab899

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

apps/webapp/app/components/primitives/Buttons.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ const theme = {
4848
"border-black/40 text-charcoal-900 group-hover:border-black/60 group-hover:text-charcoal-900",
4949
},
5050
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",
5252
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",
5454
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",
5656
},
5757
tertiary: {
5858
textColor: "text-text-bright transition group-disabled:text-text-dimmed/80",

apps/webapp/tailwind.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ const charcoal = {
6262
400: "#878C99",
6363
500: "#5F6570",
6464
600: "#3B3E45",
65+
650: "#2C3034",
6566
700: "#272A2E",
6667
750: "#212327",
6768
800: "#1A1B1F",
@@ -132,7 +133,7 @@ const lavender = {
132133

133134
/** Text colors */
134135
const primary = apple[500];
135-
const secondary = lavender[400];
136+
const secondary = charcoal[650];
136137
const tertiary = charcoal[700];
137138
const textLink = lavender[400];
138139
const textDimmed = charcoal[400];

0 commit comments

Comments
 (0)