Commit d3aca33b by archer

perf: git

parent 5fc9041d
...@@ -107,7 +107,7 @@ const LoginForm = ({ setPageType, loginSuccess }: Props) => { ...@@ -107,7 +107,7 @@ const LoginForm = ({ setPageType, loginSuccess }: Props) => {
</FormErrorMessage> </FormErrorMessage>
</FormControl> </FormControl>
{feConfigs?.show_register && ( {feConfigs?.show_register && (
<Flex align={'center'} justifyContent={'space-between'} mt={6} color={'myBlue.600'}> <Flex align={'center'} justifyContent={'space-between'} mt={3} color={'myBlue.600'}>
<Box <Box
cursor={'pointer'} cursor={'pointer'}
_hover={{ textDecoration: 'underline' }} _hover={{ textDecoration: 'underline' }}
...@@ -128,7 +128,7 @@ const LoginForm = ({ setPageType, loginSuccess }: Props) => { ...@@ -128,7 +128,7 @@ const LoginForm = ({ setPageType, loginSuccess }: Props) => {
)} )}
<Button <Button
type="submit" type="submit"
mt={8} mt={6}
w={'100%'} w={'100%'}
size={['md', 'lg']} size={['md', 'lg']}
colorScheme="blue" colorScheme="blue"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment