Skip to content

Commit

Permalink
fix: loader size (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykhoyda authored Sep 19, 2023
1 parent baa02e2 commit a393b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/modals/ProposalSigning.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ const ProposalSigning = ({
)}
{isGettingCallInfo && (
<Button disabled>
<CircularProgress />
<CircularProgress size="1rem" />
</Button>
)}
</Grid>
Expand Down

0 comments on commit a393b46

Please sign in to comment.