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
When the component's encapsulation is set to None, it's expected that the css styles in the component will be set as global. In the current implementation of the renderer, such component's use the default, NativeScriptRenderer, which doesn't apply the styles.
The fix is relatively easy - when using the default rednerer, just apply component styles with the addCss method from tns_modules/application.
The text was updated successfully, but these errors were encountered:
When the component's encapsulation is set to None, it's expected that the css styles in the component will be set as global. In the current implementation of the renderer, such component's use the default, NativeScriptRenderer, which doesn't apply the styles.
The fix is relatively easy - when using the default rednerer, just apply component styles with the
addCss
method fromtns_modules/application
.The text was updated successfully, but these errors were encountered: