From 7b86c31b9fda26dfadcdcd80c95c6572078b8d9e Mon Sep 17 00:00:00 2001 From: bmodee <bjomo323@student.liu.se> Date: Thu, 20 May 2021 09:22:30 +0200 Subject: [PATCH] Add comments --- client/src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/App.tsx b/client/src/App.tsx index fab142f7..8ab75ad0 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -9,6 +9,7 @@ import { ThemeProvider } from 'styled-components' import Main from './Main' import { Wrapper } from './styled' +/** Create a theme for the application with the colors specified by customer */ const theme = createMuiTheme({ palette: { primary: { -- GitLab