mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
move constant to CLASSES
This commit is contained in:
parent
865328457f
commit
0c02b8a446
3 changed files with 10 additions and 4 deletions
|
@ -119,6 +119,7 @@ export const CLASSES = {
|
|||
SHAPE_ACTIONS_MENU: "App-menu__left",
|
||||
ZOOM_ACTIONS: "zoom-actions",
|
||||
SEARCH_MENU_INPUT_WRAPPER: "layer-ui__search-inputWrapper",
|
||||
SHAPE_SWITCH_PANEL_CLASSNAME: "ShapeSwitch__Panel",
|
||||
};
|
||||
|
||||
export const CJK_HAND_DRAWN_FALLBACK_FONT = "Xiaolai";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue