From f2c3a128562f8232c3107ef7084de1cdece0a1e3 Mon Sep 17 00:00:00 2001 From: nicola Date: Thu, 19 Mar 2020 18:57:33 +1100 Subject: [PATCH] Edit files for formatting co-authored-by: mitchemmc --- src/components/AddMapButton.js | 2 +- src/routes/Game.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AddMapButton.js b/src/components/AddMapButton.js index 76f31a2..8b43316 100644 --- a/src/components/AddMapButton.js +++ b/src/components/AddMapButton.js @@ -25,7 +25,7 @@ function AddMapButton({ handleMapChange }) { height="24" viewBox="0 0 24 24" width="24" - fill="white" + fill="currentcolor" > diff --git a/src/routes/Game.js b/src/routes/Game.js index 5ba0a29..c613a11 100644 --- a/src/routes/Game.js +++ b/src/routes/Game.js @@ -5,7 +5,7 @@ import React, { useRef, useCallback } from "react"; -import { Container, Box, Image, Input, Flex, Heading, Grid } from "theme-ui"; +import { Box, Flex } from "theme-ui"; import GameContext from "../contexts/GameContext"; import useSession from "../helpers/useSession";