From 6d0e97f50e6c3ed3d6a28743c3f56cd6b4d2f6c8 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Wed, 22 Dec 2021 17:36:16 -0600 Subject: [PATCH] app: fix pb-app div size and background color --- src/app/App.tsx | 2 +- src/app/app.scss | 8 ++++++++ src/toolbar/toolbar.scss | 5 ----- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index 4b21157d..cb652143 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -126,7 +126,7 @@ const App: React.FunctionComponent = (_props) => { const [isDragging, setIsDragging] = useState(false); return ( -
+