Skip to content

Commit

Permalink
Use pickr's theme-color as default if not provided
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwep committed May 28, 2019
1 parent b6f4fa4 commit 640a7a9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/pickr.es5.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/pickr.es5.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/pickr.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/pickr.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/pickr.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/js/pickr.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ class Pickr {
components: {
interaction: {}
},
strings: {},

strings: {},
swatches: null,
inline: false,

default: 'fff',
default: '#42445A',
defaultRepresentation: null,
position: 'bottom-middle',
adjustableNumbers: true,
Expand Down

0 comments on commit 640a7a9

Please sign in to comment.