Skip to content
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 HighContrast issues in Widgets and WhatsNewPage #2522

Merged
merged 2 commits into from
Apr 3, 2024

Conversation

krschau
Copy link
Collaborator

@krschau krschau commented Apr 3, 2024

Summary of the pull request

Add better theme resource colors for widgets, including for HighContrast mode. Colors based on SettingsCard. More colors are included than used, in case we ever bring back clickability/hover states on widgets.

Also, use Dark version of WhatsNewPage background in high contrast mode, since it fits better.

image

image

References and relevant issues

https://microsoft.visualstudio.com/OS/_workitems/edit/49362243

Detailed description of the pull request / Additional comments

Validation steps performed

PR checklist

@@ -16,6 +16,7 @@
<ResourceDictionary Source="/Styles/WindowTitleBar_ThemeResources.xaml" />

<!-- Resources from other projects -->
<ResourceDictionary Source="ms-appx:https:///DevHome.Dashboard/Styles/Dashboard_ThemeResources.xaml" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for continuing the pattern 🥳 I left a comment about the Environment in another PR to maintain a consistent structure.

@krschau krschau merged commit 2e3956c into main Apr 3, 2024
4 checks passed
@krschau krschau deleted the user/krschau/highcontrast branch April 3, 2024 18:04
@krschau krschau removed this from the Dev Home v0.13 milestone Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accessibility fixes for 0.13 milestone
3 participants