chore: replace missed op25

This commit is contained in:
patak 2022-11-26 21:45:26 +01:00
parent e45ecf55f2
commit 321a200e27

View file

@ -183,7 +183,7 @@ onUnmounted(() => {
:editor="editor" :editor="editor"
:class="isExpanded ? 'min-h-120px max-h-720px of-y-auto' : ''" :class="isExpanded ? 'min-h-120px max-h-720px of-y-auto' : ''"
/> />
<div v-if="isExpanded" absolute right-0 bottom-0 pointer-events-none text-sm op25> <div v-if="isExpanded" absolute right-0 bottom-0 pointer-events-none text-sm text-secondary-light>
{{ characterLimit - editor?.storage.characterCount.characters() }} {{ characterLimit - editor?.storage.characterCount.characters() }}
</div> </div>
</div> </div>