make the headers 45px tall by default

This commit is contained in:
Brian Hicks 2023-04-04 11:54:15 -05:00
parent 338885e73f
commit 7643d65ac1
No known key found for this signature in database
GPG Key ID: C4F324B9CAAB0D50

View File

@ -253,7 +253,7 @@ headersStyles =
headerStyles : List Style
headerStyles =
[ padding4 (px 13) (px 12) (px 14) (px 12)
[ padding4 (px 11) (px 12) (px 14) (px 12)
, textAlign left
, fontWeight bold
]