Workspaces in Workspaces all around
This commit is contained in:
@@ -21,7 +21,7 @@ export const PaginationBar = <T,>(props: PaginationBarProps<T>) => {
|
||||
};
|
||||
|
||||
const buttonClass =
|
||||
'h-8 w-8 p-0 hover:bg-white text-muted-foreground disabled:opacity-100 disabled:pointer-events-none';
|
||||
'h-8 w-8 p-0 hover:bg-background text-muted-foreground disabled:opacity-100 disabled:pointer-events-none';
|
||||
|
||||
return (
|
||||
<div className="bg-muted/50 flex w-full items-center justify-between border-t p-4">
|
||||
@@ -44,7 +44,7 @@ export const PaginationBar = <T,>(props: PaginationBarProps<T>) => {
|
||||
justify-between
|
||||
bg-transparent
|
||||
text-muted-foreground
|
||||
hover:bg-white
|
||||
hover:bg-background
|
||||
data-[state=open]:bg-muted
|
||||
"
|
||||
aria-label="Rows per page"
|
||||
|
||||
Reference in New Issue
Block a user