James Gary 2018-05-15 12:05:40 -07:00
parent 37c4d95bc3
commit c6ec4a8dd1
2 changed files with 2 additions and 2 deletions

View File

@ -209,7 +209,7 @@ styles =
, Css.Foreign.class Row
[ height (px 45)
, fontSize (px 14)
, color gray45
, color gray20
, pseudoClass "nth-child(odd)"
[ backgroundColor gray96 ]
]

View File

@ -207,7 +207,7 @@ rowStyles : List Style
rowStyles =
[ height (px 45)
, fontSize (px 14)
, color gray45
, color gray20
, pseudoClass "nth-child(odd)"
[ backgroundColor gray96 ]
]