redesigned buttons
This commit is contained in:
@@ -65,7 +65,7 @@ export default function Login() {
|
||||
<button
|
||||
type="submit"
|
||||
disabled={busy}
|
||||
className="btn-stamp w-full justify-center disabled:opacity-60 disabled:cursor-not-allowed"
|
||||
className="btn btn--primary btn--block"
|
||||
>
|
||||
{busy ? 'Unlocking…' : 'Enter'}
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user