feat(apollo-wind): apply future theme overrides to Pagination#661
Merged
1980computer merged 1 commit intomainfrom May 7, 2026
Merged
feat(apollo-wind): apply future theme overrides to Pagination#6611980computer merged 1 commit intomainfrom
1980computer merged 1 commit intomainfrom
Conversation
Adds Future Light / Future Dark styling to Pagination to match the Input, Textarea, and FileUpload treatment: rounded-xl corners on page links, surface-raised background on the active page indicator, and h-10/w-10 on the ellipsis to align with button height in future themes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Dependency License Review
License distribution
Excluded packages
|
robbanderson
approved these changes
May 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
future:theme overrides to thePaginationcomponent to match theInput,Textarea, andFileUploadtreatment, ensuring visual consistency across components in Future Light and Future Dark themes.Changes in Future Light / Future Dark:
Page links (
PaginationLink):future:rounded-xl) — matches button future stylesurface-raisedbackground (future:bg-surface-raised) so it stands out without relying on the border (which button already softens toborder-border-subtlein future themes)future:border-transparent) since background handles the active indicatorEllipsis (
PaginationEllipsis):h-10 w-10(future:h-10 future:w-10) to align with button default height in future themesNote: text color changes on
ghost/outlinevariants (future:text-muted-foreground,future:hover:text-foreground) are already inherited frombuttonVariants.All other themes are unchanged.
Test plan
?path=/story/wind-components-core-pagination--defaultin Storybookrounded-xl, active page has raised background, and ellipsis aligns in height with other items🤖 Generated with Claude Code