From 59a4e4dc9597d006dd83aba8e2e058cfef5af824 Mon Sep 17 00:00:00 2001 From: Albin Henriksson <albhe428@student.liu.se> Date: Fri, 5 Mar 2021 11:34:15 +0000 Subject: [PATCH] fix: remove old comment --- client/src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index c488843c..60e4ee38 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -6,7 +6,6 @@ import Main from './Main' const theme = createMuiTheme({ palette: { primary: { - // Purple and green play nicely together. main: '#6200EE', }, }, -- GitLab