-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix: correctly apply styles to <Select>
icon
#4026
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
🦋 Changeset detectedLatest commit: b2cbf3a The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 packages
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 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4026 +/- ##
==========================================
- Coverage 99.69% 99.64% -0.06%
==========================================
Files 130 130
Lines 7914 7914
Branches 211 334 +123
==========================================
- Hits 7890 7886 -4
- Misses 23 27 +4
Partials 1 1
|
Description
Styles for the icons from theme wasn't applied in the
<Select>
component.What should be tested?
Cant really tests it I guess, because we don't yet apply styles to it. Noticed it because I wanted to add some styles in the docs theme.
Are they some special informations required to test something?
Nope.
Reviewers:
@marigold-ui/developer