-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Labels
component: renderingissue: feature requestDescribes a new feature and why it should be addedDescribes a new feature and why it should be added
Milestone
Description
Is your feature request related to a problem? Please describe.
I want to have thicker block borders, but there isn't a way I can customize them
Describe the solution you'd like
Blockly.BlockSvg.BLOCK_BORDER_SIZE = "5px"; // or any other CSS unit (e.g. em, ex, cm, %)Describe alternatives you've considered
Blockly.BlockSvg.BLOCK_BORDER_SIZE = "5px";
Blockly.BLOCK_BORDER_SIZE = "5px";Or perhaps this could be an option that can be included in themes.
Metadata
Metadata
Assignees
Labels
component: renderingissue: feature requestDescribes a new feature and why it should be addedDescribes a new feature and why it should be added