Skip to content

Commit

Permalink
fix(codeblock): Add border radius
Browse files Browse the repository at this point in the history
Contributes to: #6152

Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Sep 24, 2024
1 parent d280a47 commit c8f8f25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nodes/CodeBlockView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ export default {
<style lang="scss" scoped>
.code-block {
background-color: var(--color-background-dark);
border-radius: var(--border-radius);
position: relative;
}
Expand Down

0 comments on commit c8f8f25

Please sign in to comment.