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'
|
||||
placeholder='Enter your Password'
|
||||
/>
|
||||
<Button type='submit' variant='secondary'>
|
||||
<Button
|
||||
className='hover:bg-blue-600 hover:text-white'
|
||||
type='submit'
|
||||
variant='secondary'
|
||||
>
|
||||
Login
|
||||
</Button>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue