Fix styles

This commit is contained in:
Hazem Krimi
2021-06-21 23:31:50 +01:00
parent 613af2e1e9
commit 883470257d
5 changed files with 21 additions and 25 deletions
-10
View File
@@ -135,13 +135,6 @@ const Login = () => {
loading={loading}
disabled={loading}
/>
{/* <Button
variant='secondary-action'
fullWidth
color='client'
text='Login with Google'
iconLeft={<Google />}
/> */}
</Box>
<Box display='flex' flexDirection='row'>
<Box flexGrow='1'>
@@ -150,9 +143,6 @@ const Login = () => {
</Text>
<Link href='/signup'>Signup</Link>
</Box>
<Link href='/' color='gray'>
Build a Project
</Link>
</Box>
</Box>
</form>