adding background muted and subtitle texts changes
This commit is contained in:
parent
ab0209d399
commit
9ccd7e4fb3
15 changed files with 66 additions and 31 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue