-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Remove hard coded Card background color in favor of Design System paint API #17070
Remove hard coded Card background color in favor of Design System paint API #17070
Conversation
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 a07a5e1:
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 4011be1f093c7263b7d451bf4b4881e0cc926c85 (build) |
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Perf comparison
Perf tests with no regressions
|
🎉 Handy links: |
…nt API (microsoft#17070) * remove hard coded background color in favor of default design system behavior * Change files
Pull request checklist
$ yarn change
Description of changes
This change removes a hard coded background for the color and instead relies on existing API's to draw the background by default with an option to not paint. This may be helpful in scenarios where the context needs to update but the background needs to be handled separately. With the current implementation that's not as easily achieved.
Focus areas to test
(optional)