Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Commit

Permalink
fix: Primary Button Disabled Colour Alignment (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xemc authored Mar 31, 2023
1 parent 0fb9f7c commit ce0627d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions carbonmark/components/Buttons/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ export const buttonPrimary = css`
}
&:disabled {
background-color: var(--surface-02);
color: var(--font-03);
color: var(--white);
opacity: 0.4;
}
`;

Expand Down

1 comment on commit ce0627d

@vercel
Copy link

@vercel vercel bot commented on ce0627d Mar 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.