tnicola / ngx-joyride

Angular Joyride/Tour library
https://tnicola.github.io/ngx-joyride/
MIT License
245 stars 98 forks source link

no way to customize the `.joyride-step__container` element styles #777

Closed not-a-designer closed 1 year ago

not-a-designer commented 1 year ago

Describe the bug The steps are only #fff for the background color. Am I missing a way to adjust this? I have tried forcing the style to have a different background color in my component css but to no avail

To Reproduce Steps to reproduce the behavior: create a basic angular app and add the ngx-joyride package and add steps in the normal way. You can change the text and buttons with themeColor property but you cannot change the background color

Expected behavior a way to change step background color

Anyone have any insights?