1
Fork 0

Fix them typos

This commit is contained in:
KorbsStudio 2023-01-25 04:34:20 -05:00
parent 4e8ae575a6
commit 8b51d9fbea
No known key found for this signature in database

View file

@ -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