Skip to content

Commit

Permalink
fix: Text cursor color
Browse files Browse the repository at this point in the history
  • Loading branch information
surajshetty3416 committed Jun 18, 2024
1 parent 77894bd commit 0ad8537
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/components/TextBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -358,3 +358,8 @@ defineExpose({
component,
});
</script>
<style>
.__text_block__ [contenteditable="true"] {
caret-color: currentcolor !important;
}
</style>

0 comments on commit 0ad8537

Please sign in to comment.