fix: simplify button styling by removing unnecessary hover classes
This commit is contained in:
parent
a351a9017d
commit
171f0ae099
1 changed files with 1 additions and 5 deletions
|
@ -25,11 +25,7 @@ export default function SignOutPage() {
|
||||||
</CardDescription>
|
</CardDescription>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardContent className='gap-6 flex flex-col'>
|
<CardContent className='gap-6 flex flex-col'>
|
||||||
<Button
|
<Button type='submit' variant='secondary'>
|
||||||
className='hover:bg-blue-600 hover:text-white'
|
|
||||||
type='submit'
|
|
||||||
variant='secondary'
|
|
||||||
>
|
|
||||||
Logout
|
Logout
|
||||||
</Button>
|
</Button>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue