We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad90f3f commit 8a6a623Copy full SHA for 8a6a623
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