Skip to content

Commit

Permalink
fix button prop
Browse files Browse the repository at this point in the history
  • Loading branch information
shanimal08 committed Dec 10, 2024
1 parent 00e0a79 commit 9b8398c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export const ExternalDependencyCard = ({
{status === ExternalDependencyStatus.NotInstalled && (
<Button
onClick={handleDownload}
color="secondary"
size="small"
icon={isInInstallationSlot ? <SpinnerIcon /> : <IoArrowDownCircleOutline size={16} />}
iconPosition="start"
Expand Down

0 comments on commit 9b8398c

Please sign in to comment.