mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-04 22:02:16 +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
|
|
@ -755,7 +755,7 @@ function CreateInviteDialog({
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<DialogFooter className="gap-3 sm:gap-2">
|
||||
<DialogFooter>
|
||||
<Button variant="secondary" onClick={handleClose}>
|
||||
Cancel
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue