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.
2 parents 43f6f0c + c5b9942 commit 58327acCopy full SHA for 58327ac
apps/website/src/components/preview-code-example/preview-code-example.tsx
@@ -12,7 +12,7 @@ export const PreviewCodeExample = component$(() => {
12
Code
13
</Tab>
14
</TabList>
15
- <TabPanel class="rounded-b-xl p-12 bg-slate-700">
+ <TabPanel class="rounded-b-xl p-12 bg-slate-200 dark:bg-slate-900">
16
<section class="flex flex-col items-center">
17
<Slot name="actualComponent" />
18
</section>
0 commit comments