Skip to content

Commit

Permalink
Style changes on Confetti (requested by @dimarconicola) (dexlab-io#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilio Silva Schlenker committed Mar 16, 2019
1 parent 9b6bf4f commit d8b4f12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/Dashboard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,10 @@ class Dashboard extends Component {
style={ { zIndex: this.state.confettiZ } }
run={this.state.confettiRun}
recycle={this.state.confettiRec}
numberOfPieces={600}
numberOfPieces={117}
wind={-0.01}
gravity={0.04}
colors="['#2EDFB7' '#E25050' '#78B4E5' '#FFEE66' '#FFAA22' '#BB66CC' '#CCDD33' '#BBBBBB']"
/>
</Fragment>
);
Expand Down

0 comments on commit d8b4f12

Please sign in to comment.