Skip to content

Commit 66ff717

Browse files
committed
chore: color in MarkdownBlock
1 parent 99bb1f1 commit 66ff717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<!-- This component is used to show Markdown code block examples -->
22
<template>
3-
<pre class="max-w-full overflow-x-auto"><ContentSlot :use="$slots.default" unwrap="p" /></pre>
3+
<pre class="max-w-full overflow-x-auto text-gray-700 dark:text-gray-300"><ContentSlot :use="$slots.default" unwrap="p" /></pre>
44
</template>

0 commit comments

Comments
 (0)