mathuo / dockview

Zero dependency Docking Layout Manager. Supports Vanilla TypeScript, React and Vue.
https://dockview.dev
MIT License
659 stars 47 forks source link

CSS variable --dv-background-color is always black which breaks theming of Auxilliary Components #716

Open alhimik45 opened 2 weeks ago

alhimik45 commented 2 weeks ago

Describe the bug In all themes --dv-background-color seems to be defined as black which slightly break coloring of dark themes and completely ruins light theme. Looks like this variable is used only in aux components, so Dockview is ok, but Splitview, Gridview and Paneview are broken.

To Reproduce Codesandbox - this is Splitview example with dockview-theme-light set - it is still black.

Expected behavior Splitview, Gridview and Paneview with light theme have some light backgroung

Desktop: