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
{{ message }}
This repository was archived by the owner on Sep 13, 2020. It is now read-only.
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