You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to this issue, and the documentation here we should be able to change colors of default blocks by doing
Blockly.Msg.LOGIC_HUE="#C554AB";
but that doesn't seem to be working with React-Blockly. What is the correct way to achieve this?
Edit: I am using v6 and its README says a custom colour property can be passed to the blocks entry in toolboxCategories but that doesn't seem to work either.
The text was updated successfully, but these errors were encountered:
akshat46
changed the title
Overriding Blockly.Msg constants
Overriding Blockly.Msg to change default blockl colors
Jun 21, 2021
akshat46
changed the title
Overriding Blockly.Msg to change default blockl colors
Overriding Blockly.Msg to change default block colors
Jun 21, 2021
Hi @akshat46, are you using the current stable release of react-blockly or the 2.0.0-alpha.1 version? (If it's the stable series, could you try it with the alpha and see if it's still a problem there?)
According to this issue, and the documentation here we should be able to change colors of default blocks by doing
but that doesn't seem to be working with React-Blockly. What is the correct way to achieve this?
Edit: I am using v6 and its README says a custom
colour
property can be passed to theblocks
entry intoolboxCategories
but that doesn't seem to work either.The text was updated successfully, but these errors were encountered: