fix: add hover styles to the login button in LoginForm component
This commit is contained in:
parent
e75e1eb2db
commit
bbe61d16d0
1 changed files with 5 additions and 1 deletions
|
@ -15,7 +15,11 @@ export default function LoginForm() {
|
||||||
label='Password'
|
label='Password'
|
||||||
placeholder='Enter your Password'
|
placeholder='Enter your Password'
|
||||||
/>
|
/>
|
||||||
<Button type='submit' variant='secondary'>
|
<Button
|
||||||
|
className='hover:bg-blue-600 hover:text-white'
|
||||||
|
type='submit'
|
||||||
|
variant='secondary'
|
||||||
|
>
|
||||||
Login
|
Login
|
||||||
</Button>
|
</Button>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue