Skip to content

Commit

Permalink
fix: suppress font warning in console
Browse files Browse the repository at this point in the history
  • Loading branch information
sunner committed Jun 23, 2023
1 parent d3cdbfb commit 0c6a6cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Messages/ChatMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ function handleClick(event) {
<style scoped>
.markdown-body{
background-color: rgb(var(--v-theme-response));
font-family: inherit;
}
.message {
Expand Down

0 comments on commit 0c6a6cd

Please sign in to comment.