Skip to content

Commit

Permalink
Fixed colors bug (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 d8b4f12 commit 0a864d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Dashboard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class Dashboard extends Component {
numberOfPieces={117}
wind={-0.01}
gravity={0.04}
colors="['#2EDFB7' '#E25050' '#78B4E5' '#FFEE66' '#FFAA22' '#BB66CC' '#CCDD33' '#BBBBBB']"
colors={['#2EDFB7', '#E25050', '#78B4E5', '#FFEE66', '#FFAA22', '#BB66CC', '#CCDD33', '#BBBBBB']}
/>
</Fragment>
);
Expand Down

0 comments on commit 0a864d8

Please sign in to comment.