From 762cef6f3ab94cab08e0348ce92fbaf417e4d18d Mon Sep 17 00:00:00 2001 From: Matthew Ng Date: Sun, 12 Nov 2023 23:09:06 +0800 Subject: [PATCH] Commit for issue MPT-33 --- styles/App.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles/App.css b/styles/App.css index 92a8a8e6..32daff06 100644 --- a/styles/App.css +++ b/styles/App.css @@ -8,6 +8,8 @@ body { .container { height: 100%; background-color: white; + background-color: lightgrey; + color: black; } .canvas {