Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pods/canvas/components/note/note.const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const PENCIL_ICON_WIDTH = 25;
const PENCIL_ICON_HEIGHT = 25;
const PENCIL_MARGIN_RIGHT = 10;
const GAP = 10;
const LINE_HEIGHT = 20;
const LINE_HEIGHT = 21;

export const NOTE_COMPONENT_CONST = {
TITLE_CONTAINER_HEIGHT,
Expand Down