mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Get text field colour from Blockly.Colours
This commit is contained in:
parent
7541ae4fc3
commit
9571aa257e
3 changed files with 8 additions and 3 deletions
|
@ -29,5 +29,6 @@ Blockly.Colours = {
|
|||
"tertiary": "#CCAA00"
|
||||
},
|
||||
"text": "#575E75",
|
||||
"workspace": "#F5F8FF"
|
||||
"workspace": "#F5F8FF",
|
||||
"text_field": "#FFFFFF"
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue