refactor: restyle login form acording to figma
This commit is contained in:
parent
89cc743fda
commit
198520ff83
1 changed files with 8 additions and 3 deletions
|
@ -34,9 +34,14 @@ export default function LoginForm() {
|
|||
placeholder="Let's hope you remember it."
|
||||
name='password'
|
||||
/>
|
||||
<Button type='submit' variant='primary'>
|
||||
Login
|
||||
</Button>
|
||||
<div className='grid grid-rows-2 gap-2'>
|
||||
<Button type='submit' variant='primary'>
|
||||
Login
|
||||
</Button>
|
||||
<Button type='submit' variant='outline'>
|
||||
Sign Up
|
||||
</Button>
|
||||
</div>
|
||||
</form>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue