Fix them typos
This commit is contained in:
parent
4e8ae575a6
commit
8b51d9fbea
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ If the system's battery becomes low, Nexus Polestar will enable it's "Power Savi
|
|||
|
||||
**Situration 2: Color Scheme and Theme Mode** (Windows and macOS)
|
||||
|
||||
on Windows and macOS, the user can set an accent color for their operating system, Nexus Polestar will try to use the accent color they've set. Along with using the theme mode, which is handy if they use a sunset feature to auto switch between light and dark mode.
|
||||
On Windows and macOS, the user can set an accent color for their operating system, Nexus Polestar will try to use the accent color they've set. Along with using the theme mode, which is handy if they use a sunset feature to auto switch between light and dark mode.
|
||||
|
||||
[`systemPreferences.getColor(color)`](https://www.electronjs.org/docs/latest/api/system-preferences#systempreferencesgetcolorcolor-windows-macos) (Windows and macOS)
|
||||
|
||||
|
@ -91,7 +91,7 @@ While dark mode is better it causes less eye-strain and great for those with low
|
|||
|
||||
It is ideal for accessibility to allow your users to choose between light and dark modes. Consider people who have cataracts or other vision issues who would like to use your product but are unable to do so in light mode.
|
||||
|
||||
So, long short, this is being added for mainly accessibility.
|
||||
So, long story short, this is being added for mainly accessibility.
|
||||
|
||||
Learn more: https://webuild.io/digital-product-guide-dark-light-modes
|
||||
|
||||
|
|
Reference in a new issue