Skip to content

Commit 63cc459

Browse files
committed
chore(playground): add prose-invert
1 parent 5854ee3 commit 63cc459

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

playground/pages/async-components/advanced.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PageNav />
44
<div
55
v-if="ast"
6-
class="page-mdc-content prose"
6+
class="page-mdc-content prose dark:prose-invert"
77
>
88
<MDCRenderer
99
v-if="ast.body"

playground/pages/async-components/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PageNav />
44
<div
55
v-if="ast"
6-
class="page-mdc-content prose"
6+
class="page-mdc-content prose dark:prose-invert"
77
>
88
<MDCRenderer
99
v-if="ast.body"

playground/pages/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ onMounted(() => {
5555
</div>
5656
<div class="flex-1 h-full flex flex-col border-2 border-neutral-900">
5757
<code class="text-xs px-2 py-1">Source -> MDC -> Render</code>
58-
<div class="flex-1 overflow-scroll prose p-4">
58+
<div class="flex-1 overflow-scroll prose dark:prose-invert p-4">
5959
<MDCRenderer
6060
v-if="ast"
6161
:body="ast!.body"

0 commit comments

Comments
 (0)