mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-28 05:11:24 +08:00
style: enhance PaginationLink styles with rounded corners
- Updated the PaginationLink component to include rounded corners in its hover styles, improving the overall visual appearance and user experience.
This commit is contained in:
parent
e694ae68e3
commit
a7686f61c7
@ -39,7 +39,7 @@ function PaginationLink({ className, isActive, size = 'icon', ...props }: Pagina
|
||||
variant: isActive ? 'outline' : 'ghost',
|
||||
size
|
||||
}),
|
||||
'text-foreground hover:text-primary hover:shadow-none hover:bg-primary/10',
|
||||
'text-foreground hover:text-primary hover:shadow-none hover:bg-primary/10 rounded-3xs',
|
||||
isActive && 'bg-background text-primary',
|
||||
className
|
||||
)}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user