Skip to content

Commit

Permalink
fix: line height in headlineMedium
Browse files Browse the repository at this point in the history
  • Loading branch information
dmacan23 committed Dec 18, 2023
1 parent 9a8a6e1 commit 0b31dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/theme/estatesales_theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class EstateSalesTheme {
),
headlineMedium: GoogleFonts.openSans(
fontSize: 20,
height: 28 / 29,
height: 26 / 20,
fontWeight: FontWeight.w700,
),
headlineSmall: GoogleFonts.openSans(
Expand Down

0 comments on commit 0b31dda

Please sign in to comment.