I'm trying to use the custom styles in react-notion-x but couldn't find a provision around it in the documentation. One way, I found is to replace the react-notion-x/src/styles.css with the custom style.css file with the same variable names. Is it the only way?
Description
I'm trying to use the custom styles in
react-notion-x
but couldn't find a provision around it in the documentation. One way, I found is to replace thereact-notion-x/src/styles.css
with the customstyle.css
file with the same variable names. Is it the only way?Thanks!