Skip to content

Commit

Permalink
chore: update icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop authored Oct 31, 2024
1 parent 6c58d8c commit 07cca06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function PlaybookRunsApprovalActionItem({
>
<div className="flex flex-col">
<div className="flex flex-row items-center gap-2 text-sm text-gray-600">
<BsCheck2Circle className="text-green-500" />
<BsCheck2Circle className="text-green-500 h-5 w-auto" />
Approved by{" "}
{approval?.person_id ? (
<Avatar user={approval.person_id} inline showName size="xs" />
Expand Down

0 comments on commit 07cca06

Please sign in to comment.