Closed Anubhvv closed 2 months ago
V1 Activities in fluent demo app were not respecting Dark theme set by user.
Fluent theme composable isn't used by v1 (xml based)
Using AppDelegate.setDefaultNightMode so night mode can be communicated to the v1 components.
Fluent demo app v1 themes.webm
This PR has considered:
Problem
V1 Activities in fluent demo app were not respecting Dark theme set by user.
Root cause
Fluent theme composable isn't used by v1 (xml based)
Fix
Using AppDelegate.setDefaultNightMode so night mode can be communicated to the v1 components.
Validations
Fluent demo app v1 themes.webm
Screenshots
Pull request checklist
This PR has considered: