chore: update membersPage font-size

This commit is contained in:
JimmFly
2023-01-18 16:18:10 +08:00
parent 72b5dcb930
commit e8a472a1fe
2 changed files with 4 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ export const MembersPage = ({ workspace }: { workspace: WorkspaceUnit }) => {
return (
<StyledMemberWarp>
<>{t('Collaboration Description')}</>
{t('Collaboration Description')}
<StyledPublishExplanation>
<Button
type="primary"

View File

@@ -109,6 +109,8 @@ export const StyledMemberWarp = styled('div')(() => {
return {
display: 'flex',
flexDirection: 'column',
padding: '40px 0',
padding: '48px 0',
fontWeight: '500',
fontSize: '18px',
};
});