adding background muted and subtitle texts changes

This commit is contained in:
Cristhian Zanforlin Lousa 2023-06-13 21:03:25 -03:00
commit 9ccd7e4fb3
15 changed files with 66 additions and 31 deletions

View file

@ -47,7 +47,7 @@ export default function CodeAreaModal({
return (
<Dialog open={true} onOpenChange={setModalOpen}>
<DialogTrigger></DialogTrigger>
<DialogContent className="lg:max-w-[700px] h-[500px]">
<DialogContent className="lg:max-w-[700px] h-[500px] bg-muted">
<DialogHeader>
<DialogTitle className="flex items-center">
<span className="pr-2">Edit Code</span>