Skip to content

Commit

Permalink
Styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed Oct 1, 2024
1 parent f982dbb commit 3484f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/views/repositoryWizard/repositoryWizard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function RepositoryWizard(props) {
<h1 className="text-3xl leading-tight text-medium flex-grow">Import Git Repository</h1>
<button
type="button"
className='primaryButton'
className='primaryButton px-4'
onClick={() => navigate("/repositories")}
>
I am done importing
Expand Down

0 comments on commit 3484f71

Please sign in to comment.