From 2a85e487c3bc2fac6e136f7e9f77cbac67fc85f5 Mon Sep 17 00:00:00 2001 From: James Martin Date: Tue, 13 Aug 2019 13:24:02 -0400 Subject: [PATCH] Adding in a white background --- .../children/List/children/GameItem/game-item.style.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/generators/app/templates/src/containers/TicTacToe/GameListPage/children/List/children/GameItem/game-item.style.js b/generators/app/templates/src/containers/TicTacToe/GameListPage/children/List/children/GameItem/game-item.style.js index fb542d7a..c2bd4cc5 100644 --- a/generators/app/templates/src/containers/TicTacToe/GameListPage/children/List/children/GameItem/game-item.style.js +++ b/generators/app/templates/src/containers/TicTacToe/GameListPage/children/List/children/GameItem/game-item.style.js @@ -50,7 +50,8 @@ export const Actions = styled.div` width: 50px; border: none; padding: 0; - position: relative + position: relative; + background-color: #fff; color: rgba(237, 40, 40, 1); transition: all 300ms ease-in; &:hover {