Open NicoPante opened 8 months ago
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
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