Skip to content

Commit

Permalink
correct default (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Marszalek authored and vnys committed Nov 13, 2020
1 parent 3df82b1 commit f7110fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/core-react/src/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ type Props = {

export const Button = forwardRef<HTMLButtonElement, Props>(function Button(
{
color = 'danger',
color = 'primary',
variant = 'contained',
children,
disabled,
Expand Down

0 comments on commit f7110fa

Please sign in to comment.