@izumisy-tailor/tailor-data-viewer 0.2.27 → 0.2.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -94,7 +94,7 @@ export interface PaginationProps {
|
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
const btnClass =
|
|
97
|
-
"inline-flex items-center justify-center rounded-md border
|
|
97
|
+
"inline-flex h-8 w-8 items-center justify-center rounded-md border text-sm font-medium transition-colors hover:bg-accent hover:text-accent-foreground disabled:pointer-events-none disabled:opacity-50";
|
|
98
98
|
|
|
99
99
|
/**
|
|
100
100
|
* Pagination controls with first/prev/next/last navigation and page indicator.
|