Replies: 1 comment 7 replies
-
What version of |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is my code, I was wondering how can I change the color of the main card.
<Tour
steps={steps}
isOpen={isInTourMode}
onRequestClose={() => setIsInTourMode(false)}
accentColor="#216F00"
highlightedMaskClassName="highlight-area"
/>
Beta Was this translation helpful? Give feedback.
All reactions