Met stash poprge branch 'rebrand-ui' of https://github.com/frappe/frappe into rebrand-ui
This commit is contained in:
commit
52eebb4585
1 changed files with 1 additions and 26 deletions
|
|
@ -178,29 +178,4 @@ class Picker {
|
|||
}
|
||||
}
|
||||
|
||||
export default Picker;
|
||||
|
||||
// window.picker = new Picker({
|
||||
// parent: document.body,
|
||||
// width: 210,
|
||||
// height: 140,
|
||||
// color: '#5f5387',
|
||||
// swatches: [
|
||||
// '#449CF0',
|
||||
// '#ECAD4B',
|
||||
// '#29CD42',
|
||||
// '#761ACB',
|
||||
// '#CB2929',
|
||||
// '#ED6396',
|
||||
// '#29CD42',
|
||||
// '#4463F0',
|
||||
// '#EC864B',
|
||||
// '#4F9DD9',
|
||||
// '#39E4A5',
|
||||
// '#B4CD29',
|
||||
// ]
|
||||
// });
|
||||
|
||||
// picker.on_change = (color) => {
|
||||
// document.body.style.backgroundColor = color;
|
||||
// };
|
||||
export default Picker;
|
||||
Loading…
Add table
Reference in a new issue