refactor: simplify DialogFooter component by removing unnecessary gap classes for a cleaner layout

This commit is contained in:
Anish Sarkar 2026-03-29 03:50:11 +05:30
parent 8dadf5ab9f
commit 37e018e94f
9 changed files with 9 additions and 9 deletions

View file

@ -824,7 +824,7 @@ export function LayoutDataProvider({ searchSpaceId, children }: LayoutDataProvid
}
}}
/>
<DialogFooter className="flex gap-2 sm:justify-end">
<DialogFooter className="flex sm:justify-end">
<Button
variant="secondary"
onClick={() => setShowRenameChatDialog(false)}