We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4446b2 commit 4dcf218Copy full SHA for 4dcf218
apps/webapp/app/components/primitives/Pagination.tsx
@@ -64,7 +64,7 @@ function pageUrl(location: ReturnType<typeof useLocation>, page: number): string
64
}
65
66
const baseClass =
67
- "flex items-center justify-center border border-transparent min-w-6 h-6 px-1 text-xs font-medium transition text-text-dimmed rounded-sm";
+ "flex items-center justify-center border border-transparent min-w-6 h-6 px-1 text-xs font-medium transition text-text-dimmed rounded-sm focus-visible:focus-custom";
68
const unselectedClass = "hover:bg-tertiary hover:text-text-bright";
69
const selectedClass = "border-charcoal-600 bg-tertiary text-text-bright hover:bg-charcoal-600/50";
70
0 commit comments