mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 10:08:34 +00:00
feat: update select wrapper color
This commit is contained in:
parent
2231414ed6
commit
eca31413d2
1 changed files with 2 additions and 1 deletions
|
|
@ -23,4 +23,5 @@ export const keyDebugEnd0 = Symbol(`${key}_debug_end0`);
|
|||
export const selectWrapperBorderWidth = 2;
|
||||
export const resizeControllerBorderWidth = 4;
|
||||
export const areaBorderWidth = 1;
|
||||
export const wrapperColor = '#1973ba';
|
||||
// export const wrapperColor = '#1973ba';
|
||||
export const wrapperColor = '#1890ff';
|
||||
|
|
|
|||
Loading…
Reference in a new issue