Skip to content

Commit

Permalink
update rich text dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed May 9, 2024
1 parent 1847634 commit de80729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/TomatoRich.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div ref="input">
<slot name="prepend"/>
<VueEditor :disabled="disabled" v-model="value" class="bg-white" />
<VueEditor :disabled="disabled" v-model="value" class="bg-white dark:bg-zinc-800" />
<slot name="append"/>
</div>
</template>
Expand Down

0 comments on commit de80729

Please sign in to comment.