-
Notifications
You must be signed in to change notification settings - Fork 49
Assignees
@brionmario
Description
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
- I have searched the existing issues and this is not a duplicate.
- I have provided all the necessary information.
- I have verified the feature on the latest version of the package.