Skip to content

Commit

Permalink
Merge pull request #235 from casesandberg/compact-picker-hex-fix
Browse files Browse the repository at this point in the history
FIX: CompactPicker handle hex changes
  • Loading branch information
casesandberg authored Sep 21, 2016
2 parents 4090ebf + fb118f8 commit f9cb1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/compact/CompactFields.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class CompactColor extends React.Component {
})
} else {
this.props.onChange({
hex: data,
hex: data.hex,
source: 'hex',
})
}
Expand Down

0 comments on commit f9cb1cd

Please sign in to comment.