Skip to content

Commit 0a40975

Browse files
fix: Vesper background (#1648)
Co-authored-by: Gabriel Miranda <[email protected]>
1 parent f48c7f5 commit 0a40975

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/thin-zoos-relax.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@react-email/code-block": patch
3+
---
4+
5+
Fix Versper theme's background color

packages/code-block/src/themes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4838,6 +4838,7 @@ export const vesper = {
48384838
MsHyphens: "none",
48394839
hyphens: "none",
48404840
overflowX: "auto",
4841+
backgroundColor: "#1E1E1E",
48414842
},
48424843
selection: {
48434844
textShadow: "none",

0 commit comments

Comments
 (0)