chore: Upgrade Tailwind CSS to 3.3.2 (#7380)

This commit is contained in:
Pranav Raj S
2023-06-26 11:27:16 -07:00
committed by GitHub
parent 212d7caab1
commit f1f14312fe
15 changed files with 3385 additions and 1116 deletions

View File

@@ -19,19 +19,19 @@
/>
<div>
<div
class="font-medium text-base flex items-center"
class="font-medium text-base leading-4 flex items-center"
:class="$dm('text-black-900', 'dark:text-slate-50')"
>
<span v-dompurify-html="title" class="mr-1" />
<div
:class="
`h-2 w-2 rounded-full leading-4
`h-2 w-2 rounded-full
${isOnline ? 'bg-green-500' : 'hidden'}`
"
/>
</div>
<div
class="text-xs mt-1"
class="text-xs mt-1 leading-3"
:class="$dm('text-black-700', 'dark:text-slate-400')"
>
{{ replyWaitMessage }}