Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Sep 4, 2024
1 parent efa11a0 commit e191b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/patterns/toggle-option.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const ToggleOption = ({
})
)}
>
<CheckIcon width={20} className="text-transparent" />
<CheckIcon width={20} className="mr-3 text-transparent" />
{children}
</span>
</label>
Expand Down

0 comments on commit e191b13

Please sign in to comment.