isPrefersDarkTheme()
Checks whether the user prefers a dark color scheme.
Example:
ts
const prefersDark = isPrefersDarkTheme();Checks whether the user prefers a dark color scheme.
Example:
const prefersDark = isPrefersDarkTheme();