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
I tried to make a fade to a text but it was coming out of my div, noticing that it didn't put me display flex I checked the code and i found this line in index.js:
it seems to override my custom style passed by "style" prop to Reveal component
i tried using version: 4.2.8
The text was updated successfully, but these errors were encountered:
NicoPante
changed the title
Force style "textBaseStyles" in Reveal container component
Forced style "textBaseStyles" in Reveal container component
Mar 28, 2024
I tried to make a fade to a text but it was coming out of my div, noticing that it didn't put me display flex I checked the code and i found this line in index.js:
(line 653) style: Object.assign({}, style, textBaseStyles),
it seems to override my custom style passed by "style" prop to Reveal component
i tried using version: 4.2.8
The text was updated successfully, but these errors were encountered: