Increase default LineHeight to Relative(1.3)

This commit is contained in:
Héctor Ramón Jiménez 2023-05-10 00:13:51 +02:00
parent f0c87375d5
commit f75b8bd9ec
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -82,7 +82,7 @@ impl LineHeight {
impl Default for LineHeight {
fn default() -> Self {
Self::Relative(1.2)
Self::Relative(1.3)
}
}