feat: setting page with new design

This commit is contained in:
QiShaoXuan
2023-02-08 18:11:27 +08:00
parent 2405744566
commit 2ec5f6fb60
21 changed files with 404 additions and 450 deletions
@@ -89,7 +89,6 @@ const ContentTitle = styled('h1')({
lineHeight: '28px',
fontWeight: 600,
textAlign: 'center',
paddingBottom: '16px',
});
const StyleTips = styled('div')(() => {
@@ -97,8 +96,8 @@ const StyleTips = styled('div')(() => {
userSelect: 'none',
width: '400px',
margin: 'auto',
marginBottom: '24px',
marginTop: '16px',
marginBottom: '32px',
marginTop: '12px',
};
});
@@ -9,7 +9,7 @@ export const EnableWorkspaceButton = () => {
return (
<>
<Button
type="primary"
type="light"
shape="circle"
onClick={async () => {
setEnableModalOpen(true);