Skip to content

Commit 4c0070e

Browse files
kimispencermaddie927
authored andcommitted
Increase font weights (#70)
1 parent c9ad69f commit 4c0070e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Lumi/Components/Text.purs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ styles = jss
231231
lumiMainHeader =
232232
{ fontSize: "25px"
233233
, lineHeight: "40px"
234-
, fontWeight: "500"
234+
, fontWeight: "600"
235235
}
236236

237237
lumiTitle =
@@ -243,7 +243,7 @@ styles = jss
243243
lumiSectionHeader =
244244
{ fontSize: "17px"
245245
, lineHeight: "24px"
246-
, fontWeight: "500"
246+
, fontWeight: "600"
247247
, display: "inline-block"
248248
}
249249

0 commit comments

Comments
 (0)