0

I am using a React wrapper for intro js, and I am trying to change the default background color for dialog buttons.

Here's a codesandbox given in the documentation I want to change the background color of the Next button here Default Next Button

I have been trying to look this up all over the web but I cannot find a solution. Any help would be greatly appreciated.

monim
  • 3,641
  • 2
  • 10
  • 25
mnagdev
  • 384
  • 3
  • 11

1 Answers1

0

I had to inspect the element and override the CSS to make it work. Inspect the css class

Then the color got changed correctly Color changed

Reference - https://stackoverflow.com/a/67566764/9977815

mnagdev
  • 384
  • 3
  • 11