diff --git a/src/Table.elm b/src/Table.elm index cf8153c..b0cc4b4 100644 --- a/src/Table.elm +++ b/src/Table.elm @@ -245,12 +245,12 @@ simpleTheadHelp (name, status, onClick) = darkGrey : String -> Html msg darkGrey symbol = - Html.span [ Attr.style [("color", "#555")] ] [ Html.text (" " ++ symbol) ] + Html.span [ Attr.style [("color", "#555")] ] [ Html.text (" " ++ symbol) ] lightGrey : String -> Html msg lightGrey symbol = - Html.span [ Attr.style [("color", "#ccc")] ] [ Html.text (" " ++ symbol) ] + Html.span [ Attr.style [("color", "#ccc")] ] [ Html.text (" " ++ symbol) ] simpleRowAttrs : data -> List (Attribute msg)