Skip to content

Commit 8b2c16c

Browse files
committed
docs(TOC scroll-area): fix color on brutalist
1 parent 8cd0929 commit 8b2c16c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/website/src/routes/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default component$(() => {
3636
</MDXProvider>
3737
<div class="mx-6 hidden w-60 min-w-48 text-sm xl:block">
3838
<div class="sticky top-16 pt-4">
39-
<ScrollArea className="pb-10">
39+
<ScrollArea>
4040
<div class="sticky top-16 -mt-10 h-[calc(100vh-64px)] py-12">
4141
<DashboardTableOfContents headings={headings ? headings : []} />
4242
</div>

packages/kit-styled/src/components/scroll-area/scroll-area-qwikified.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const ReactScrollBar = React.forwardRef<
4242
>
4343
<ScrollAreaPrimitive.ScrollAreaThumb
4444
className={cn(
45-
'relative rounded-full bg-border',
45+
'relative rounded-full bg-foreground/30',
4646
orientation === 'vertical' && 'flex-1',
4747
)}
4848
/>

0 commit comments

Comments
 (0)