Skip to content

Commit 5a138e4

Browse files
authored
fix(inspector): add background colors (#5160)
1 parent 07800de commit 5a138e4

File tree

1 file changed

+1
-1
lines changed
  • packages-integrations/inspector/client

1 file changed

+1
-1
lines changed

packages-integrations/inspector/client/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Pane, Splitpanes } from 'splitpanes'
33
</script>
44

55
<template>
6-
<div h-full w-full of-hidden>
6+
<div h-full w-full of-hidden bg-white dark:bg-black>
77
<Splitpanes>
88
<Pane size="20" :push-other-panes="false">
99
<Sidebar />

0 commit comments

Comments
 (0)