-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve spacing of carousel buttons. #2824
Conversation
🦋 Changeset detectedLatest commit: 1e0c042 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: +3 B (0%) Total Size: 670 kB
ℹ️ View Unchanged
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2824 +/- ##
=======================================
Coverage 87.91% 87.91%
=======================================
Files 218 218
Lines 12725 12725
Branches 1726 1726
=======================================
Hits 11187 11187
Misses 1486 1486
Partials 52 52 |
5510bc7
to
778f1b1
Compare
808b64f
to
1e0c042
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! 🙌
Purpose
Sometimes styles bundled by vite have order issues if styles have equal specificity which leads to unexpected component styles. This PR aims to increase specificity to carousel buttons where this issue occurs
Approach and changes
Increase specificity by augmenting class selector.
Definition of done