Skip to content

Commit b31972e

Browse files
committed
fix: add gap between buttons in import task dialog
1 parent ba1a534 commit b31972e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/tasks/components/tasks-import-dialog.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export function TasksImportDialog({ open, onOpenChange }: Props) {
102102
/>
103103
</form>
104104
</Form>
105-
<DialogFooter>
105+
<DialogFooter className='gap-2 sm:gap-0'>
106106
<DialogClose asChild>
107107
<Button variant='outline'>Close</Button>
108108
</DialogClose>

0 commit comments

Comments
 (0)