style: fix incosistent spacing

This commit is contained in:
Roody
2025-01-23 11:32:08 +01:00
committed by GitHub
parent c6569f70e4
commit 41cf3d7b77

View File

@@ -308,7 +308,7 @@ export const AddTemplate = ({ projectId }: Props) => {
{/* Create Button */}
<div
className={cn(
"flex-none px-6 pb-6 pt-3 mt-auto",
"flex-none px-6 py-3 mt-auto",
viewMode === "detailed"
? "flex items-center justify-between bg-muted/30 border-t"
: "flex justify-center",