Skip to content

Commit

Permalink
chore: color in MarkdownBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jan 23, 2024
1 parent 99bb1f1 commit 66ff717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .demo/components/content/MarkdownBlock.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- This component is used to show Markdown code block examples -->
<template>
<pre class="max-w-full overflow-x-auto"><ContentSlot :use="$slots.default" unwrap="p" /></pre>
<pre class="max-w-full overflow-x-auto text-gray-700 dark:text-gray-300"><ContentSlot :use="$slots.default" unwrap="p" /></pre>
</template>

0 comments on commit 66ff717

Please sign in to comment.