🎨 Replace buttons styling for variants for consistency (#722)

This commit is contained in:
Alejandra
2024-03-15 01:05:28 +01:00
committed by GitHub
parent 3fbdf21a05
commit a2a1900105
4 changed files with 4 additions and 27 deletions

View File

@@ -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>