Made the add map icon larger and changed to select map

This commit is contained in:
Mitchell McCaffrey
2020-04-23 18:01:40 +10:00
parent 25b215d4e4
commit 6f0df1c674
7 changed files with 59 additions and 51 deletions

View File

@@ -1,7 +1,7 @@
import React, { useState, useEffect, useRef } from "react";
import { Flex, Box, IconButton, Label } from "theme-ui";
import AddMapButton from "./AddMapButton";
import SelectMapButton from "./SelectMapIcon";
import ExpandMoreIcon from "../../icons/ExpandMoreIcon";
import PanToolIcon from "../../icons/PanToolIcon";
import BrushToolIcon from "../../icons/BrushToolIcon";
@@ -233,7 +233,7 @@ function MapControls({
p={2}
ref={expanedMenuRef}
>
<AddMapButton onMapChange={onMapChange} />
<SelectMapButton onMapChange={onMapChange} />
{divider}
<IconButton
aria-label="Pan Tool"