Color Picker Presets
You can change the default color presets for the color picker.
unlayer.init({
features: {
colorPicker: {
presets: ['#D9E3F0', '#F47373', '#697689', '#37D67A', '#2CCCE4', '#555555', '#DCE775']
}
}
})
Updated 2 months ago