🎨 Replace buttons styling for variants for consistency (#722)
This commit is contained in:
@@ -127,13 +127,7 @@ function Login() {
|
||||
Forgot password?
|
||||
</Link>
|
||||
</Center>
|
||||
<Button
|
||||
bg="ui.main"
|
||||
color="white"
|
||||
_hover={{ opacity: 0.8 }}
|
||||
type="submit"
|
||||
isLoading={isSubmitting}
|
||||
>
|
||||
<Button variant="primary" type="submit" isLoading={isSubmitting}>
|
||||
Log In
|
||||
</Button>
|
||||
</Container>
|
||||
|
Reference in New Issue
Block a user