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 has been 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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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', }
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
The text was updated successfully, but these errors were encountered: