Added more dice

This commit is contained in:
Mitchell McCaffrey
2020-05-13 16:15:32 +10:00
parent c9f77313a2
commit e48e5481e1
25 changed files with 138 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import React from "react";
import { Flex, IconButton } from "theme-ui";
import SunsetDice from "../../../dice/sunset/SunsetDice";
import SunsetDice from "../../../dice/galaxy/GalaxyDice";
import D20Icon from "../../../icons/D20Icon";
import D12Icon from "../../../icons/D12Icon";

View File

@@ -161,8 +161,8 @@ function DiceTray({ isOpen }) {
return (
<Box
sx={{
width: "275px",
height: "550px",
width: "300px",
height: "600px",
borderRadius: "4px",
display: isOpen ? "block" : "none",
position: "relative",