Compare commits

...

1 Commits

Author SHA1 Message Date
54d1229c9f Add overlay div for neatly displaying the pieces. 2018-05-25 17:27:59 -07:00

View File

@@ -15,7 +15,7 @@ renderIndex (index, color) =
div [ classList [ ("board-cell", True), extraClass ]
, onClick (Place index)
]
[
[ div [ class "overlay" ] []
]
renderBoard : Int -> Board -> Html Msg