This repository has been archived by the owner on Jan 4, 2024. It is now read-only.
Is not recommended to overwrite font and style in theme files #50
Labels
bug
Something isn't working
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: