fix(toolColors) Set limegreen for active tool color
This commit is contained in:
parent
99c65bb017
commit
a5f426cf61
@ -174,10 +174,10 @@ export const toolManager = {
|
|||||||
toolStyle.setToolWidth(2);
|
toolStyle.setToolWidth(2);
|
||||||
|
|
||||||
// Set color for inactive tools
|
// Set color for inactive tools
|
||||||
toolColors.setToolColor('rgb(255, 255, 0)');
|
toolColors.setToolColor('rgb(255, 255, 0)'); // yellow
|
||||||
|
|
||||||
// Set color for active tools
|
// Set color for active tools
|
||||||
toolColors.setActiveColor('rgb(0, 255, 0)');
|
toolColors.setActiveColor('rgb(50, 205, 50)'); // limegreen
|
||||||
|
|
||||||
// Set shadow configuration
|
// Set shadow configuration
|
||||||
const shadowConfig = toolManager.getToolDefaultStates().shadowConfig;
|
const shadowConfig = toolManager.getToolDefaultStates().shadowConfig;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user