Skip to content

Commit

Permalink
feat(Button): add success button style
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxuoz committed Jun 13, 2019
1 parent 5a12594 commit dd5a91c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Button/Button.theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ const [ButtonTag, theme] = createThemeTag(name, ({ COLORS, SIZES }: *) => ({
backgroundColor: COLORS.DANGER_DARK,
borderColor: COLORS.DANGER_DARK,
},
success: {
backgroundColor: COLORS.GREEN,
borderColor: COLORS.GREEN,
},
},

variant: {
Expand Down

0 comments on commit dd5a91c

Please sign in to comment.