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

@@ -43,7 +43,7 @@
@change="(val) => (assignment.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] max-h-[18rem] overflow-y-auto"
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] max-h-[18rem] overflow-y-auto"
/>
</div>
</div>