From 4942fd832f2ed8493a9417393ff1ddd87c3dc0db Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Tue, 30 Jun 2020 21:23:45 +1000 Subject: [PATCH] Added grid type dropdown to map settings --- src/components/map/MapSettings.js | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/src/components/map/MapSettings.js b/src/components/map/MapSettings.js index bfabeec..3d50aa1 100644 --- a/src/components/map/MapSettings.js +++ b/src/components/map/MapSettings.js @@ -1,5 +1,13 @@ import React from "react"; -import { Flex, Box, Label, Input, Checkbox, IconButton } from "theme-ui"; +import { + Flex, + Box, + Label, + Input, + Checkbox, + IconButton, + Select, +} from "theme-ui"; import ExpandMoreIcon from "../../icons/ExpandMoreIcon"; @@ -73,8 +81,15 @@ function MapSettings({ my={1} /> - - +