feat: don't use prose

We need to add the styling first
This commit is contained in:
Shivam Mishra
2024-11-21 20:35:02 +05:30
parent 4bb981566f
commit 2ed0d6a35d
@@ -55,6 +55,6 @@ const formattedContent = computed(() => {
<template>
<div class="max-w-md text-sm" :class="messageClass">
<span class="prose prose-sm" v-html="formattedContent" />
<span v-html="formattedContent" />
</div>
</template>