Skip to content

Commit ddcd2ce

Browse files
fix: use valid colour in second colour picker (#157)
1 parent af45a6f commit ddcd2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/loadTestBlocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ const simpleCircle = {
236236
'type': 'colour_picker',
237237
'id': 'gq(POne}j:hVw%C3t{vx',
238238
'fields': {
239-
'COLOUR': '#f59b42',
239+
'COLOUR': '#ffff00',
240240
},
241241
},
242242
},

0 commit comments

Comments
 (0)