mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-21 08:17:10 +08:00
chore: update membersPage font-size
This commit is contained in:
@@ -159,7 +159,7 @@ export const MembersPage = ({ workspace }: { workspace: WorkspaceUnit }) => {
|
||||
|
||||
return (
|
||||
<StyledMemberWarp>
|
||||
<>{t('Collaboration Description')}</>
|
||||
{t('Collaboration Description')}
|
||||
<StyledPublishExplanation>
|
||||
<Button
|
||||
type="primary"
|
||||
|
||||
@@ -109,6 +109,8 @@ export const StyledMemberWarp = styled('div')(() => {
|
||||
return {
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
padding: '40px 0',
|
||||
padding: '48px 0',
|
||||
fontWeight: '500',
|
||||
fontSize: '18px',
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user