Add button design variants page with 4 styles and 8 screenshots - #32
Merged
Conversation
Create a /button-variants showcase page with 4 distinct button designs (Classic Rounded, Pill Shaped, Sharp Geometric, Soft Elevated), each shown with primary and secondary actions. Capture light/dark screenshots for all variants using Playwright. https://claude.ai/code/session_01B13JzhacHbbygQjcNfYDWM
🔍 PR Validation ✅
📋 Checks
✅ Visual RegressionAll 20 screenshots match baselines — no visual changes detected. 📸 Page Status
🚀 Ready to merge! 🔗 Workflow run · ⬇️ Download all screenshots |
Fix dark mode text color on CTA primary button (add dark:text-dark-bg). Remove the button-variants showcase page, Playwright test, and screenshots now that Variant 1 has been chosen. https://claude.ai/code/session_01B13JzhacHbbygQjcNfYDWM
Standardize hero button padding (px-7 → px-8) and shadow (shadow-lg → shadow-md, hover:shadow-xl → hover:shadow-lg) to match the chosen Classic Rounded button style across the entire site. https://claude.ai/code/session_01B13JzhacHbbygQjcNfYDWM
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.
Create a /button-variants showcase page with 4 distinct button designs
(Classic Rounded, Pill Shaped, Sharp Geometric, Soft Elevated), each
shown with primary and secondary actions. Capture light/dark screenshots
for all variants using Playwright.