-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fixing button border brush and other resource usage #10578
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
Fixing button border brush and other resource usage #10578
Conversation
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.
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10578 +/- ##
===================================================
- Coverage 11.55663% 11.44700% -0.10964%
===================================================
Files 3214 3214
Lines 648502 648502
Branches 71510 71510
===================================================
- Hits 74945 74234 -711
- Misses 572396 573100 +704
- Partials 1161 1168 +7
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
LGTM |
Fixes # #9886
Description
Button styles were using the common / Fluent brushes directly rather than Button's control brushes like ButtonBorderBrush, ButtonBorderBrushPointerOver, etc.
In this PR, I have fixed the Button styles to use the Button control brushes correctly.
Customer Impact
Developers will be able to modify the Button control brushes without affecting other controls.
Regression
No
Testing
Local testing
Risk
No
Microsoft Reviewers: Open in CodeFlow