-
Notifications
You must be signed in to change notification settings - Fork 916
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: address styling of non-primary buttons by making secondary/empty #7211
feat: address styling of non-primary buttons by making secondary/empty #7211
Conversation
Signed-off-by: Viraj Sanghvi <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7211 +/- ##
=======================================
Coverage 67.55% 67.55%
=======================================
Files 3469 3469
Lines 68479 68479
Branches 11130 11130
=======================================
Hits 46264 46264
Misses 19512 19512
Partials 2703 2703
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Viraj Sanghvi <[email protected]>
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.
lgtm
#7211) * feat: address styling of non-primary buttons by making secondary/empty --------- Signed-off-by: Viraj Sanghvi <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit f7ecefb) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
#7211) (#7217) * feat: address styling of non-primary buttons by making secondary/empty --------- (cherry picked from commit f7ecefb) Signed-off-by: Viraj Sanghvi <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Description
Fixes buttons that have primary styling but are actually secondary buttons or just links by changing them to secondary or empty buttons, respectively.
To address, I searched for all filled buttons and those with hrefs, to identify candidates to change. I identified two additional to the three previously identified by design.
Issues Resolved
N/A
Screenshot
fyi @lauralexis
Testing the changes
Validated ui changes above
Changelog
Check List
yarn test:jest
yarn test:jest_integration