Skip to content

Commit

Permalink
fix(reader): tweak line height
Browse files Browse the repository at this point in the history
  • Loading branch information
JunkFood02 committed Nov 10, 2024
1 parent 99e1d89 commit 58ce1a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object WebViewStyle {
:root {
/* --font-family: Inter; */
--font-size: ${fontSize}px;
--line-height: ${lineHeight};
--line-height: ${lineHeight * 1.5f};
--letter-spacing: ${letterSpacing}px;
--text-margin: ${textMargin}px;
--text-color: ${argbToCssColor(textColor)};
Expand Down

0 comments on commit 58ce1a4

Please sign in to comment.