Skip to content

Commit

Permalink
feat(enable ripple on buttons by default): improved the ripple animat…
Browse files Browse the repository at this point in the history
…ion and made it the defualt
  • Loading branch information
aVileBroker committed Aug 26, 2020
1 parent b08e0ce commit f467dbf
Show file tree
Hide file tree
Showing 5 changed files with 1,136 additions and 631 deletions.
2 changes: 1 addition & 1 deletion packages/hs-react-ui/src/components/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const Button = ({
isProcessing,
children,
elevation = 0,
feedbackType = FeedbackTypes.simple,
feedbackType = FeedbackTypes.ripple,
interactionFeedbackProps,
variant = variants.fill,
type = ButtonTypes.button,
Expand Down
Loading

0 comments on commit f467dbf

Please sign in to comment.