Skip to content

Commit

Permalink
adjust size and stroke width
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-justin committed Sep 3, 2024
1 parent b406326 commit 623c60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Admin/Charity/Dashboard/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function Loaded({
<Figure
title="Savings"
tooltip="Funds held in Fidelity Government Money Market (SPAXX)"
icon={<Icon size={24} type="PiggyBank" />}
icon={<Icon size={21} type="PiggyBank" strokeWidth={1.5} />}
amount={`$ ${humanize(props.donationsBal - props.payoutsMade, 2)}`}
/>
<Figure
Expand Down

0 comments on commit 623c60a

Please sign in to comment.