Can I change backgroundColor overlay style? I would like to put and opacity, for example, I can modify your styles.js changing
overlay: { ...absoluteStretch, backgroundColor: 'transparent', }
for
overlay: { ...absoluteStretch, backgroundColor: 'black' opacity: 0.7, }
and it works perfect, but it is not the solution and I don't want to update your module code.
Is there any solution?
Thanks
Question
Hi,
Can I change backgroundColor overlay style? I would like to put and opacity, for example, I can modify your styles.js changing
overlay: { ...absoluteStretch, backgroundColor: 'transparent', }
foroverlay: { ...absoluteStretch, backgroundColor: 'black' opacity: 0.7, }
and it works perfect, but it is not the solution and I don't want to update your module code. Is there any solution? Thanks