add background
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m3s

This commit is contained in:
Lee 2024-04-18 08:41:54 +01:00
parent 3f8204ddd3
commit ccd0e0851c

@ -40,9 +40,10 @@ export function CodeDialog({ title, description, code, children }: CodeDialogPro
wrapLongLines
customStyle={{
maxHeight: "600px",
backgroundColor: "var(--secondary)",
backgroundColor: "hsl(var(--popover))",
overflow: "hidden",
wordBreak: "break-all",
borderRadius: "0.75rem",
}}
>
{code}