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
We should not overwrite styles. There is a defaultFont object that should be used in all the components we want to. In this way we will keep the Font and Style information in one place.
The above code should be removed, especially the !Important attribute and fix the issue. If you needed to use !Important it means that someone is overriding these theme configs and in this case you must figure out where that happens and make sure it uses the defaultFont object instead.
The text was updated successfully, but these errors were encountered:
We should not overwrite styles. There is a defaultFont object that should be used in all the components we want to. In this way we will keep the Font and Style information in one place.
rocket-webapp-components/themes/vividOrangeTheme.js
Lines 181 to 188 in 5106659
The above code should be removed, especially the
!Important
attribute and fix the issue. If you needed to use!Important
it means that someone is overriding these theme configs and in this case you must figure out where that happens and make sure it uses the defaultFont object instead.The text was updated successfully, but these errors were encountered: