Replies: 1 comment 1 reply
-
Hey @cwikio <Joyride
...
styles={{
tooltip: {
borderRadius: 0
},
}}
...
/> Did you update the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi,
could someone tell me please how to change the default styles and border radious? I did find styles.js and set borderRadius to 0 everywhere, but the whole thing is still rounded everywhere. I restarted nextjs, played with style.js and borderRadius does NOT appear to be influencing anything. I successfully managed to change button border radius, but nothing else seems to be responding. Any help would be appreciated
this is my component:
this is the styles.js:
Beta Was this translation helpful? Give feedback.
All reactions