add background
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m3s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m3s
This commit is contained in:
parent
3f8204ddd3
commit
ccd0e0851c
@ -40,9 +40,10 @@ export function CodeDialog({ title, description, code, children }: CodeDialogPro
|
|||||||
wrapLongLines
|
wrapLongLines
|
||||||
customStyle={{
|
customStyle={{
|
||||||
maxHeight: "600px",
|
maxHeight: "600px",
|
||||||
backgroundColor: "var(--secondary)",
|
backgroundColor: "hsl(var(--popover))",
|
||||||
overflow: "hidden",
|
overflow: "hidden",
|
||||||
wordBreak: "break-all",
|
wordBreak: "break-all",
|
||||||
|
borderRadius: "0.75rem",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{code}
|
{code}
|
||||||
|
Loading…
Reference in New Issue
Block a user