Skip to content

Commit

Permalink
fix: install button loading state correct layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-acosta committed Jun 21, 2024
1 parent e9aa489 commit 2b30bb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const InstallButton = ({ install }) => {
<Button
loading={loading}
type="submit"
className="block mr-0 ml-auto rounded text-sm text-gray-50 bg-primary-600 hover:bg-primary-700 focus:bg-primary-700 active:bg-primary-800 px-4 py-1.5 mt-4"
className="mr-0 ml-auto rounded text-sm text-gray-50 bg-primary-600 hover:bg-primary-700 focus:bg-primary-700 active:bg-primary-800 px-4 py-1.5 mt-4"
>
{label}
</Button>
Expand Down

0 comments on commit 2b30bb9

Please sign in to comment.