Get text field colour from Blockly.Colours

This commit is contained in:
Tim Mickel 2016-03-01 15:44:32 -05:00
parent 7541ae4fc3
commit 9571aa257e
3 changed files with 8 additions and 3 deletions

View file

@ -29,5 +29,6 @@ Blockly.Colours = {
"tertiary": "#CCAA00"
},
"text": "#575E75",
"workspace": "#F5F8FF"
"workspace": "#F5F8FF",
"text_field": "#FFFFFF"
};