Skip to content

Commit

Permalink
fix(Button): change secondary button background-color to white
Browse files Browse the repository at this point in the history
  • Loading branch information
meriouma committed Jul 7, 2021
1 parent b9c15ee commit efb1dbd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/react/src/components/buttons/abstract-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const getPrimaryButtonStyles: (props: ButtonTypeStyles) => FlattenInterpolation<
`;

const getSecondaryButtonStyles: (props: ButtonTypeStyles) => FlattenInterpolation<ThemeProps<Theme>> = ({ theme }) => css`
background-color: transparent;
background-color: ${theme.greys.white};
border-color: ${theme.main['primary-1.1']};
color: ${theme.main['primary-1.1']};
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react/src/components/buttons/button.test.tsx.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit efb1dbd

Please sign in to comment.