Problem
If the color scheme is not explicitly passed, the SDK should intelligently try to resolve the applications theme based off of common patterns.
- class based discovery:
<html class"dark... (Tailwind use this)
- Data attribute based discovery: `<html data-color-scheme"dark"...> (MUI)
Proposed Solution
Improve the theme detection algorithm.
Alternatives
N/A
Please select the package issue is related to
@asgardeo/react
Version
current
Reporter Checklist