mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
refactor: change button variant from 'ghost' to 'text' across multiple components for consistency
This commit is contained in:
@@ -49,7 +49,7 @@ const PaginationLink = ({
|
||||
aria-current={isActive ? "page" : undefined}
|
||||
className={cn(
|
||||
buttonVariants({
|
||||
variant: isActive ? "outline" : "ghost",
|
||||
variant: isActive ? "outline" : "text",
|
||||
size,
|
||||
}),
|
||||
className
|
||||
|
||||
Reference in New Issue
Block a user