Skip to content

Commit

Permalink
feat(apps/swap): loader button should be size md
Browse files Browse the repository at this point in the history
  • Loading branch information
chillichelli committed Jul 17, 2022
1 parent 410871a commit e43de47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/swap/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ const Widget: FC<Swap> = ({
</ConfirmationComponentController>
</>
) : (
<Button fullWidth color="blue">
<Button fullWidth color="blue" size="md">
<Loader size={16} />
</Button>
)}
Expand Down

0 comments on commit e43de47

Please sign in to comment.