Skip to content

Commit 484eb0a

Browse files
committed
Improved colors in j-ColorPicker.
1 parent 136fa53 commit 484eb0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

j-ColorSelector/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
COMPONENT('colorselector', 'colors:#DA4453,#E9573F,#F6BB42,#8CC152,#37BC9B,#3BAFDA,#4A89DC,#967ADC,#D770AD,#656D7D;empty:true', function(self, config) {
1+
COMPONENT('colorselector', 'colors:#DA4453,#E9573F,#F6BB42,#68B25B,#37BC9B,#3BAFDA,#4285F4,#967ADC,#D770AD,#656D7D;empty:true', function(self, config) {
22

33
var selected, list, content, colors = null;
44

j-ColorSelector/component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"datecreated": "2016-03-10T09:39:23.625Z",
3-
"dateupdated": "2022-11-28T08:30:01.000Z",
3+
"dateupdated": "2023-01-09T12:45:00.000Z",
44
"name": "j-ColorSelector",
55
"tags": [
66
"color"

0 commit comments

Comments
 (0)