Skip to content

Commit

Permalink
Updating text size for the supply modal (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWoodard authored Nov 5, 2023
1 parent 907c899 commit 686365a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earn/src/components/lend/modal/SupplyModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export default function SupplyModal(props: SupplyModalProps) {
filled={true}
/>
</div>
<Text size='L' weight='bold' color={SECONDARY_COLOR}>
<Text size='M' weight='bold' color={SECONDARY_COLOR}>
{apyPercentage}%
</Text>
</div>
Expand Down

0 comments on commit 686365a

Please sign in to comment.