Merge pull request #177 from ephraimduncan/fix/template-dialog-background

fix: avoid black background on light theme
This commit is contained in:
Mauricio Siu
2024-06-29 19:39:48 -06:00
committed by GitHub

View File

@@ -54,7 +54,7 @@ export const AddTemplate = ({ projectId }: Props) => {
</DropdownMenuItem> </DropdownMenuItem>
</DialogTrigger> </DialogTrigger>
<DialogContent className="max-h-screen overflow-y-auto sm:max-w-7xl p-0"> <DialogContent className="max-h-screen overflow-y-auto sm:max-w-7xl p-0">
<div className="sticky top-0 z-10 flex flex-col gap-4 bg-black p-6 border-b"> <div className="sticky top-0 z-10 flex flex-col gap-4 dark:bg-black p-6 border-b">
<DialogHeader> <DialogHeader>
<DialogTitle>Create Template</DialogTitle> <DialogTitle>Create Template</DialogTitle>
<DialogDescription> <DialogDescription>