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."
|
placeholder="Let's hope you remember it."
|
||||||
name='password'
|
name='password'
|
||||||
/>
|
/>
|
||||||
<Button type='submit' variant='primary'>
|
<div className='grid grid-rows-2 gap-2'>
|
||||||
Login
|
<Button type='submit' variant='primary'>
|
||||||
</Button>
|
Login
|
||||||
|
</Button>
|
||||||
|
<Button type='submit' variant='outline'>
|
||||||
|
Sign Up
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue