-
Notifications
You must be signed in to change notification settings - Fork 457
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: Adjust connection center design #2745
Conversation
Branch preview✅ Deploy successful! https://account_center_design--walletweb.review-wallet-web.5afe.dev |
ESLint Summary View Full Report
Report generated by eslint-plus-action |
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.
Nice!
Coverage report
Show files with reduced coverage 🔻
Test suite run success1102 tests passing in 154 suites. Report generated by 🧪jest coverage report action from 707a103 |
height: size, | ||
width: size, | ||
'& path': { | ||
fill: ({ palette }) => palette.border.main, |
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.
We could also set fill=currentColor in the SVG and use the color
CSS property.
753c31d
to
707a103
Compare
What it solves
Part of #2452
How this PR fixes it
ConnectionCenter
designHow to test it
Screenshots
Checklist