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";