Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
qixing-ai committed Jan 3, 2025
1 parent 54afded commit 3343072
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/components/chatcomponents/CodeEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,14 @@ export default defineComponent({
}
})
</script>

<style scoped>
:deep(.cm-searching ){
background-color: white !important;
color: black;
}
:deep(.cm-selectionMatch) {
background-color: #757474 !important;
color: black;
}
</style>

0 comments on commit 3343072

Please sign in to comment.