IconGrid: extract some inline styles

This commit is contained in:
rektdeckard
2020-08-15 20:02:55 -04:00
parent 5f2681048d
commit 37d80d4b9d
3 changed files with 16 additions and 14 deletions

View File

@@ -6,9 +6,9 @@ import React, {
} from "react";
import { useRecoilState } from "recoil";
import { motion, AnimatePresence } from "framer-motion";
import { IconProps, Icon } from "phosphor-react";
import { iconPreviewOpenAtom } from "../../state/atoms";
import { IconProps, Icon } from "phosphor-react";
import InfoPanel from "./InfoPanel";
import ErrorBoundary from "../ErrorBoundary/ErrorBoundary";