rfc: High Contrast theme on Windows#17465
Conversation
|
nit: maybe have an |
|
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 25cac70:
|
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Perf comparison
Perf tests with no regressions
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 9a01ff085821286d7b684cb37a5a83eb195d56a7 (build) |
| } | ||
| } | ||
| ``` | ||
|
|
There was a problem hiding this comment.
depending on if we implement system colors for react and react-northstar we might need to ship a black HC theme as well - due to compatibility reasons. It might of course be easier to just implement system colors in both of these flavors of Fluent UI, but we need to make a decision on that and understand implications for the consumers.
| --global-color-hc-disabled: GrayText; | ||
| --global-color-hc-selected: Highlight; | ||
| } | ||
| } |
There was a problem hiding this comment.
It's probably out of scope, but can we make a prototype with makeStyles() for this to see how it fits into current approach?
layershifter
left a comment
There was a problem hiding this comment.
I don't have any comments, I think that it's important to handle input from OS settings in this case 👍
* rfc: High Contrast theme on Windows * move images to assets, use all 8 system colors, discuss non-Windows systems
RFC describing High Contrast theme honouring Windows HC settings.
View the doc: https://github.com/miroslavstastny/fluentui/blob/a8d647fa29aac052a212a1049a2bcb4e084825d8/rfcs/high-contrast-theme.md