feat: switch to new dialog gutter

This commit is contained in:
Aarnav Tale
2025-01-20 08:14:42 +00:00
parent af248df648
commit c24cd34925
15 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ interface GutterProps {
function Gutter({ children }: GutterProps) {
return (
<div className="mt-6 flex justify-end gap-2 mt-6">
<div className="mt-6 flex justify-end gap-4 mt-6">
{children}
</div>
)