Skip to content

Commit

Permalink
fix: blockie colors
Browse files Browse the repository at this point in the history
  • Loading branch information
cazala committed Jul 6, 2018
1 parent bf03371 commit 0c8c7a5
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Blockie/Blockie.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export class Blockie extends React.PureComponent<Props> {
private shouldRefresh: boolean = false
public canvas: HTMLCanvasElement = null
static defaultProps = {
color: '#ff4130',
bgcolor: '#9f1a10',
color: '#ff0044',
bgcolor: '#d10038',
spotcolor: '#00dbef',
size: 6,
scale: 6,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0c8c7a5

Please sign in to comment.