Skip to content

Commit

Permalink
fix: add gap between buttons in import task dialog (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
satnaing authored Dec 27, 2024
1 parent ba1a534 commit c47d3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/tasks/components/tasks-import-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export function TasksImportDialog({ open, onOpenChange }: Props) {
/>
</form>
</Form>
<DialogFooter>
<DialogFooter className='gap-2 sm:gap-0'>
<DialogClose asChild>
<Button variant='outline'>Close</Button>
</DialogClose>
Expand Down

0 comments on commit c47d3df

Please sign in to comment.