mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +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
|
|
@ -155,7 +155,7 @@ export function FolderPickerDialog({
|
|||
{renderPickerLevel(null, 1)}
|
||||
</div>
|
||||
|
||||
<DialogFooter className="flex-row justify-end gap-2 pt-2 sm:pt-3">
|
||||
<DialogFooter className="flex-row justify-end pt-2 sm:pt-3">
|
||||
<Button
|
||||
variant="secondary"
|
||||
onClick={() => onOpenChange(false)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue