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 have searched the issues of this repository and believe that this is not a duplicate.
Current Behavior 😯
It's not a bug but only a css problem. In Gmail Clone sample, backgroundColor: transparent was overridden by the default one which causes the background not pure.
How about change it to backgroundColor: 'transparent !important',?
Current Behavior 😯
It's not a bug but only a css problem. In Gmail Clone sample,
backgroundColor: transparentwas overridden by the default one which causes the background not pure.How about change it to
backgroundColor: 'transparent !important',?