refactor: restyle button according to figma and change login button variant to primary
This commit is contained in:
parent
effa57a501
commit
af0570c2d7
3 changed files with 19 additions and 27 deletions
|
@ -34,11 +34,7 @@ export default function LoginForm() {
|
|||
placeholder="Let's hope you remember it."
|
||||
name='password'
|
||||
/>
|
||||
<Button
|
||||
className='hover:bg-blue-600 hover:text-white'
|
||||
type='submit'
|
||||
variant='secondary'
|
||||
>
|
||||
<Button type='submit' variant='primary'>
|
||||
Login
|
||||
</Button>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue