mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
refactor: simplify DialogFooter component by removing unnecessary gap classes for a cleaner layout
This commit is contained in:
parent
8dadf5ab9f
commit
37e018e94f
9 changed files with 9 additions and 9 deletions
|
|
@ -496,7 +496,7 @@ export function AllPrivateChatsSidebarContent({
|
|||
}
|
||||
}}
|
||||
/>
|
||||
<DialogFooter className="flex gap-2 sm:justify-end">
|
||||
<DialogFooter className="flex sm:justify-end">
|
||||
<Button
|
||||
variant="secondary"
|
||||
onClick={() => setShowRenameDialog(false)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue