Skip to content

Commit 1dfdd4c

Browse files
committed
[fix] handle dark mode correctly in preview panel
1 parent 85284ef commit 1dfdd4c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

webui/app/src/routes/+page.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,9 @@
12401240
</Button>
12411241
</div>
12421242
<ScrollArea class="min-h-0 flex-1">
1243-
<div class="font-inter text-text-brand-secondary prose max-w-none p-4 text-sm">
1243+
<div
1244+
class="font-inter text-text-brand-secondary prose dark:prose-invert prose-a:text-hister-teal max-w-none p-4 text-sm"
1245+
>
12441246
{@html panelContent}
12451247
</div>
12461248
</ScrollArea>

0 commit comments

Comments
 (0)