Skip to content

Commit c5b9942

Browse files
committed
fix(preview-code-exmaple): color accessibility
1 parent e642246 commit c5b9942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/src/components/preview-code-example/preview-code-example.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const PreviewCodeExample = component$(() => {
1212
Code
1313
</Tab>
1414
</TabList>
15-
<TabPanel class="rounded-b-xl p-12 bg-slate-700">
15+
<TabPanel class="rounded-b-xl p-12 bg-slate-200 dark:bg-slate-900">
1616
<section class="flex flex-col items-center">
1717
<Slot name="actualComponent" />
1818
</section>

0 commit comments

Comments
 (0)