weird purple background color on main container.
AbdallahAbis opened this issue · 8 comments
Thanks for reporting. Will look into it.
I have the same exact issue
Thanks for reporting. Will take a look.
Thanks for reporting. Will take a look.
I just reinstalled everything in a new project :
yarn add docz react react-dom @nejcm/docz-theme-extended
So far sounds to be like the problem is actually gone!
I'll report back if I was wrong (spoke too soon), maybe one of those package's update has fixed it.
Good to hear.
I am unable to recreate it so I believe it's probably a combination of some deps.
Installing theme packages from npm has style issues, but using symlinks in monorepo works fine. For example, if I copy the demo directory to a new project and start, I can reproduce the problem
Installing theme packages from npm has style issues, but using symlinks in monorepo works fine. For example, if I copy the demo directory to a new project and start, I can reproduce the problem
Will give it a try. Thanks for reporting
Made a new release v2.1.0. Was not able to recreate the issue but I am overriding any colors set from other libraries on the container. This should fix the issue.