Skip to content

Commit

Permalink
feat: Fixes button primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
yshakib committed Sep 9, 2024
1 parent 895e488 commit 934cc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/overdrive/lib/components/Button/Button.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const size = {
export const variant = {
primary: style({
color: vars.colours.intent.primary.foreground,
backgroundColor: vars.colours.intent.primary.background.standard,
backgroundColor: vars.colours.intent.primary.background.strong,
boxShadow: `inset 0 0 0 1px ${vars.colours.intent.primary.border}, ${vars.elevation['2']}`,
}),
brand: style({
Expand Down

0 comments on commit 934cc6a

Please sign in to comment.