-
-
-
-
-
+
+
+
+
-
-
-
+
+
);
diff --git a/front/src/pages/settings/SettingsWorkspaceMembers.tsx b/front/src/pages/settings/SettingsWorkspaceMembers.tsx
index 5476ee316..20be414cc 100644
--- a/front/src/pages/settings/SettingsWorkspaceMembers.tsx
+++ b/front/src/pages/settings/SettingsWorkspaceMembers.tsx
@@ -3,6 +3,7 @@ import styled from '@emotion/styled';
import { useRecoilState } from 'recoil';
import { currentUserState } from '@/auth/states/currentUserState';
+import { SettingsPageContainer } from '@/settings/components/SettingsPageContainer';
import { IconSettings, IconTrash } from '@/ui/display/icon';
import { H1Title } from '@/ui/display/typography/components/H1Title';
import { H2Title } from '@/ui/display/typography/components/H2Title';
@@ -17,12 +18,8 @@ import {
useRemoveWorkspaceMemberMutation,
} from '~/generated/graphql';
-const StyledContainer = styled.div`
- display: flex;
- flex-direction: column;
- height: fit-content;
- padding: ${({ theme }) => theme.spacing(8)};
- width: 350px;
+const StyledH1Title = styled(H1Title)`
+ margin-bottom: 0;
`;
const StyledButtonContainer = styled.div`
@@ -84,8 +81,8 @@ export const SettingsWorkspaceMembers = () => {
return (