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
Thanks for your feedback. We already discovered similar problems and are evaluating the best solution to set colors for different styles.
Best regards
Steffen
Please take a look at the Properties of OnboardingItem (projects/ngx-onboarding/src/lib/models/onboarding-item.model.ts) and try to use the disable properties in your json settings.
When I use the spotlight on one of my elements, the element becomes invisible (the whole spotlight is just plain white).
With onboarding closed:
After adding this to styles, everything works as expected for me:
.onboarding-spotlight { background: transparent !important; }
The text was updated successfully, but these errors were encountered: