We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad90f3f + 8a6a623 commit 4434197Copy full SHA for 4434197
1 file changed
src/pods/canvas/components/note/note.const.ts
@@ -9,7 +9,7 @@ const PENCIL_ICON_WIDTH = 25;
9
const PENCIL_ICON_HEIGHT = 25;
10
const PENCIL_MARGIN_RIGHT = 10;
11
const GAP = 10;
12
-const LINE_HEIGHT = 20;
+const LINE_HEIGHT = 21;
13
14
export const NOTE_COMPONENT_CONST = {
15
TITLE_CONTAINER_HEIGHT,
0 commit comments