Skip to content

Commit

Permalink
fix: button primary color style
Browse files Browse the repository at this point in the history
  • Loading branch information
emunhoz committed Apr 13, 2022
1 parent 61438b9 commit 982cdd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-components/src/button/Button.style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const ButtonWrapper = styled.button`
&.storybook-button--primary {
color: ${({ theme }) => theme.palette.light};
background-color: ${({ theme }) => theme.palette.primary};
background-color: ${({ theme }) => theme.palette.primary.main};
}
&.storybook-button--secondary {
Expand Down

2 comments on commit 982cdd9

@vercel
Copy link

@vercel vercel bot commented on 982cdd9 Apr 13, 2022

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 982cdd9 Apr 13, 2022

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.