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
Describe the bug
While creating <FronteggProvider> component you can pass customStyles property. It is applied to the shadow-root of login-page element, but not to the shadow-root of admin panel.
Expected behavior
Whether customStyles should be applied to all shadow-roots, or them should be configurable only for loginPage (e.g., via themeOptions.loginBox)
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
While creating
<FronteggProvider>
component you can passcustomStyles
property. It is applied to the shadow-root of login-page element, but not to the shadow-root of admin panel.To Reproduce
Expected behavior
Whether
customStyles
should be applied to all shadow-roots, or them should be configurable only forloginPage
(e.g., viathemeOptions.loginBox
)Screenshots
The text was updated successfully, but these errors were encountered: