Merge pull request #1185 from RoodyCode/patch-1

style: fix incosistent spacing in Card-Footer
This commit is contained in:
Mauricio Siu
2025-01-26 14:21:05 -06:00
committed by GitHub

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",