Skip to content

Commit

Permalink
figures heading
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-justin committed Sep 11, 2024
1 parent 8d38502 commit 3ecd657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Admin/Charity/Dashboard/Schedule/Schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function Schedule(props: Props) {
<div className="p-4 grid rounded border border-gray-l4 mt-4">
<div className="grid border-b border-gray-l4 w-full pb-2">
<h4 className="mb-1">Donations received</h4>
<p>$ {humanize(props.amount)}</p>
<p className="font-heading font-medium">$ {humanize(props.amount)}</p>
</div>
<div className="flex items-center mt-4 gap-x-2">
<h4 className="mb-1">Distribution</h4>
Expand Down Expand Up @@ -147,7 +147,7 @@ function Row(props: IRow) {
<div className="grid grid-cols-subgrid col-span-full items-center">
{props.icon}
{props.title}
<span className="ml-2 text-navy-l1 font-medium text-sm">
<span className="ml-2 text-navy-l1 font-medium text-sm font-heading">
{props.pct ?? 50} %
</span>
<span className="text-right">$</span>
Expand Down

0 comments on commit 3ecd657

Please sign in to comment.