From 2b449e651c884e7f3e8bafdcc7064df3c3bee163 Mon Sep 17 00:00:00 2001 From: Ruidy Nemausat Date: Fri, 17 Apr 2020 14:14:00 +0200 Subject: [PATCH] [UI] updated Progress INfoBar on projectpage --- client/src/pages/ProjectPage.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/client/src/pages/ProjectPage.tsx b/client/src/pages/ProjectPage.tsx index 91f28a7..93044cb 100644 --- a/client/src/pages/ProjectPage.tsx +++ b/client/src/pages/ProjectPage.tsx @@ -16,7 +16,8 @@ interface IProps { const useStyles = makeStyles((theme: Theme) => ({ root: { - margin: theme.spacing(1), + marginTop: theme.spacing(4), + marginBottom: theme.spacing(4), flexGrow: 1, }, })); @@ -54,10 +55,15 @@ export const ProjectPage: FC = ({ viewModel }) => { /> - + - - + {/* + */}