Skip to content

Commit

Permalink
fix(Title): change default lineHeight multiplier (#244)
Browse files Browse the repository at this point in the history
* fix(Title): change default lineHeight multiplier

* fix(Title): change default one more time
  • Loading branch information
DaryaLari authored Jan 13, 2025
1 parent 93d9bfc commit f9df9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/Title/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ export const TITLE_DEFAULT_SIZES: Record<PluginTitleSize, TitleFontParams> = {
},
};

export const RECCOMMENDED_LINE_HEIGHT_MULTIPLIER = 1.25;
export const RECCOMMENDED_LINE_HEIGHT_MULTIPLIER = 1.1;

0 comments on commit f9df9e3

Please sign in to comment.