update code formatter background color
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m2s

This commit is contained in:
Lee
2024-04-19 15:51:17 +01:00
parent 7df6e93f74
commit 777d7bebd3
4 changed files with 4 additions and 3 deletions

View File

@ -71,7 +71,7 @@ export function CodeHighlighter({ code, rounded = true }: CodeHighlighterProps):
renderer={rowRenderer}
customStyle={{
maxHeight: "600px",
backgroundColor: "hsl(var(--popover))",
backgroundColor: "hsl(var(--background-accent))",
wordBreak: "break-all",
borderRadius: rounded ? "0.75rem" : undefined,
}}