You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SignInPageLayout always has a dark theme regardless of the app theme. ThemeProvider sets auto-fill input styles globally so different ThemeProviders conflict and auto-fill input styles are incorrectly applied for this component.
90
+
Add a class to `body` when this component stays mounted and remove it when the component dismounts.
91
+
A new styleID is added with dark theme text with more specific css selector using this added cssClass.
0 commit comments