fix: text editor border color in dark mode across forms and modals

This commit is contained in:
raizasafeel
2026-02-09 15:01:26 +05:30
parent 970635430b
commit ae25cfae6e
12 changed files with 13 additions and 13 deletions

View File

@@ -31,7 +31,7 @@
@change="(val) => (question.question = val)"
:editable="true"
:fixedMenu="true"
editorClass="prose-sm max-w-none border-b border-x bg-surface-gray-2 rounded-b-md py-1 px-2 min-h-[7rem]"
editorClass="prose-sm max-w-none border-b border-x border-outline-gray-modals bg-surface-gray-2 rounded-b-md py-1 px-2 min-h-[7rem]"
/>
</div>
<div class="grid grid-cols-2 gap-8 mt-4">