diff --git a/frontend/src/component/project/Project/Project.tsx b/frontend/src/component/project/Project/Project.tsx index 15dbbf2eeb79..88bc946c9adb 100644 --- a/frontend/src/component/project/Project/Project.tsx +++ b/frontend/src/component/project/Project/Project.tsx @@ -118,6 +118,10 @@ const ProjectStatusButton = styled(Button)(({ theme }) => ({ }, })); +const ProjectStatusSvgWithMargin = styled(ProjectStatusSvg)(({ theme }) => ({ + marginLeft: theme.spacing(0.5), +})); + export const Project = () => { const projectId = useRequiredPathParam('projectId'); const { trackEvent } = usePlausibleTracker(); @@ -300,7 +304,7 @@ export const Project = () => { {simplifyProjectOverview && ( setProjectStatusOpen(true)} - startIcon={} + startIcon={} data-loading-project > Project status