elrumordelaluz/reactour

It's unable to modify navigation styles

Closed this issue · 2 comments

Hi there! Im faced with an issue. At example below I passing a css properties to navigation but they are didn't applying. And console.log(base) didn' t log. Why the reason?

styles={{ navigation: (base) => { console.log(base) return { ...base, justifyContent: 'flex-end !important', } }, }}

Hi @dannicsitnikov, thanks for open the Issue.

Mind creating a minimal reproduction in a sandbox in order to allow others to debug faster your use-case and try to find a solution as soon as possible?

Probably you are looking into controls styles key. Take a look into the custom styles example
Here is an example based on your styles.

Thanks!

@elrumordelaluz ah, so sorry. Yes, you're right. Thanks a lot!