font size

This commit is contained in:
Ben Dansby 2020-09-21 12:52:51 -07:00
parent bdae3f4445
commit 50cc8b5878
2 changed files with 2 additions and 2 deletions

View File

@ -776,7 +776,7 @@ sizeStyle size width =
}
Medium ->
{ fontSize = 17
{ fontSize = 15
, height = 45
, imageHeight = 15
, shadowHeight = 3

View File

@ -315,7 +315,7 @@ sizeToPx size =
Css.px 15
Medium ->
Css.px 17
Css.px 15
Large ->
Css.px 20