Fix: invite (#1064)

This commit is contained in:
Qi
2023-02-16 20:22:38 +08:00
committed by GitHub
parent 657681e5e1
commit 27b1196111
11 changed files with 97 additions and 58 deletions

View File

@@ -47,7 +47,6 @@ export const WorkspaceSettingTagItem = styled('li')<{ isActive?: boolean }>(
export const StyledSettingKey = styled.div(({ theme }) => {
return {
width: '140px',
textAlign: 'right',
fontSize: theme.font.base,
fontWeight: 500,
marginRight: '56px',