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