solid-devtools icon indicating copy to clipboard operation
solid-devtools copied to clipboard

`"@solid-devtools/overlay": "0.4.0"` Overlay has no colors configured and is transparent

Open ctison opened this issue 3 years ago • 0 comments

As a workaround, you can set the following CSS variables in your HTML:

:root {
  --_6zygq20: #fafafa;
  --_6zygq21: #d4d4d8;
  --_6zygq22: #e4e4e7;
  --_6zygq23: #d4d4d8;
  --_6zygq24: 1px solid #a1a1aa;
  --_6zygq25: #71717a;
  --_6zygq26: 113 113 122;
  --_6zygq27: #18181b;
  --_6zygq28: #27272a;
  --_6zygq29: #0891b2;
  --_6zygq2a: #d97706;
}

ctison avatar Dec 20 '22 17:12 ctison