feat: added normal login button
This commit is contained in:
parent
710db0a991
commit
43504d31f7
5 changed files with 16 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
|||
import Button from '../button';
|
||||
|
||||
export default function Login() {
|
||||
export default function Login({}: {}) {
|
||||
return (
|
||||
<form>
|
||||
<Button type='submit' mode='primary' width={250}>
|
||||
<Button type='submit' mode='neutral' width={250}>
|
||||
Login
|
||||
</Button>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue