Skip to content

Commit

Permalink
Remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmurray-codecov committed May 1, 2024
1 parent c1743b3 commit f3ff905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/RadioTileGroup/RadioTileGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function RadioButtonCircle({ selected = false }: { selected?: boolean }) {
return selected ? (
<div className="flex h-4 w-4 items-center justify-center rounded-full bg-ds-blue-darker">
<div
className="h-1 w-1 rounded-full bg-white "
className="h-1 w-1 rounded-full bg-white"
data-testid="radio-button-circle-selected"
/>
</div>
Expand Down

0 comments on commit f3ff905

Please sign in to comment.