Skip to content

Commit 13687b6

Browse files
committed
fix: add placeholder styling
1 parent 0110a01 commit 13687b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

custom/completionInput.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,8 @@ async function complete(textBeforeCursor: string) {
5757
5858
</script>
5959

60+
<style>
61+
.ql-editor::before {
62+
@apply text-gray-500 dark:text-gray-400 text-sm font-normal font-sans !important;
63+
}
64+
</style>

0 commit comments

Comments
 (0)