added background to fix bug on linux

This commit is contained in:
anovazzi1 2023-07-11 17:24:08 -03:00
commit f05285e703

View file

@ -162,7 +162,9 @@ export default function ExtraSidebar() {
<div key={k} data-tooltip-id={t}>
<div
draggable
className={"side-bar-components-border"}
className={
"side-bar-components-border bg-background"
}
style={{
borderLeftColor:
nodeColors[d] ?? nodeColors.unknown,