Increase default LineHeight to Relative(1.3)
This commit is contained in:
parent
f0c87375d5
commit
f75b8bd9ec
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ impl LineHeight {
|
|||
|
||||
impl Default for LineHeight {
|
||||
fn default() -> Self {
|
||||
Self::Relative(1.2)
|
||||
Self::Relative(1.3)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue