-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Link: Adding underline prop #16624
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
Link: Adding underline prop #16624
Conversation
Perf AnalysisNo significant results to display. All results
|
Asset size changes
Baseline commit: 04e14bd18f4ba6f8daac631217643362c9dedd44 (build) |
|
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 02f4156:
|
|
Hello @khmakoto! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
|
🎉 Handy links: |
|
🎉 Handy links: |
|
🎉 Handy links: |
|
🎉 Handy links: |
Pull request checklist
$ yarn changeDescription of changes
Port of #16625 and #16721
This PR adds an
underlineprop that provider underline styling to theLinkcomponent. This is done to add a styling difference in places where color is not enough contrast to differentiate theLink(i.e. cases where theLinkis alongside other text).