fix: fix dark style

This commit is contained in:
fantasticit 2022-04-04 21:42:43 +08:00
parent de77948d68
commit dffbc3e464
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ const Page = () => {
const onFinish = (values) => { const onFinish = (values) => {
registerWithLoading(values).then((res) => { registerWithLoading(values).then((res) => {
Modal.confirm({ Modal.confirm({
title: '注册成功', title: <Title heading={5}></Title>,
content: '是否跳转至登录?', content: <Text>?</Text>,
okText: '确认', okText: '确认',
cancelText: '取消', cancelText: '取消',
onOk() { onOk() {