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- authored and backportbot[bot] committed Sep 24, 2024
1 parent 588c02d commit 2ee4a6f
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 @@ -216,6 +216,7 @@ export default {
<style lang="scss" scoped>
.code-block {
background-color: var(--color-background-dark);
border-radius: var(--border-radius);
}
.code-block-header {
Expand Down

0 comments on commit 2ee4a6f

Please sign in to comment.