-
-
Notifications
You must be signed in to change notification settings - Fork 48.8k
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
feat: Add Min-Width Style Variables for Switch Component #20829
Conversation
Deploy preview for ant-design ready! Built with commit 8c978aa |
Implementation of feature request from @LuisRodriguezLD
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit ea127468d2591d90ec2a81f6fefb0c92979c52aa:
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit de54d26ecc60b5bc1c1a4d86b5680e5c2213fffd:
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 8c978aa:
|
Codecov Report
@@ Coverage Diff @@
## feature #20829 +/- ##
===========================================
- Coverage 97.81% 97.47% -0.35%
===========================================
Files 286 296 +10
Lines 7737 6880 -857
Branches 2176 1911 -265
===========================================
- Hits 7568 6706 -862
- Misses 169 174 +5
Continue to review full report at Codecov.
|
Implementation of feature request from @LuisRodriguezLD
🤔 This is a ...
🔗 Related issue link
close #20826
#20826
💡 Background and solution
Use less variable instead of a fixed constant for min-width of Switch component.
📝 Changelog
☑️ Self Check before Merge