Adds toolbar, tools shortcuts, dot creation state

This commit is contained in:
Steve Ruiz 2021-05-15 14:54:27 +01:00
parent 1a01c47835
commit 5420b0365f
8 changed files with 271 additions and 10 deletions

View file

@ -180,7 +180,7 @@ export default function CodePanel() {
const PanelContainer = styled(motion.div, {
position: "absolute",
top: "8px",
top: "48px",
right: "8px",
bottom: "48px",
backgroundColor: "$panel",