Skip to content

Commit

Permalink
Merge pull request #200 from franga2000/patch-1
Browse files Browse the repository at this point in the history
Fixed HTML attribute for presetColors in example
  • Loading branch information
linx4200 authored Apr 6, 2020
2 parents d9d5434 + 7e303e0 commit bd50f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ In some cases you can give the component a predefined set of colors with the pro
<sketch-picker
@input="updateValue"
:value="colors"
:presetColors="[
:preset-colors="[
'#f00', '#00ff00', '#00ff0055', 'rgb(201, 76, 76)', 'rgba(0,0,255,1)', 'hsl(89, 43%, 51%)', 'hsla(89, 43%, 51%, 0.6)'
]"
></sketch-picker>
Expand Down

0 comments on commit bd50f2d

Please sign in to comment.