We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07800de commit 5a138e4Copy full SHA for 5a138e4
packages-integrations/inspector/client/App.vue
@@ -3,7 +3,7 @@ import { Pane, Splitpanes } from 'splitpanes'
3
</script>
4
5
<template>
6
- <div h-full w-full of-hidden>
+ <div h-full w-full of-hidden bg-white dark:bg-black>
7
<Splitpanes>
8
<Pane size="20" :push-other-panes="false">
9
<Sidebar />
0 commit comments