Skip to content

Commit

Permalink
[@mantine/core] Radio: icon readability
Browse files Browse the repository at this point in the history
  • Loading branch information
teh23 committed Oct 17, 2023
1 parent 006271b commit a3813a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mantine-core/src/components/Radio/RadioIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function RadioIcon({ size, style, ...others }: RadioIconProps) {
style={{ width: rem(size), height: rem(size), ...style }}
{...others}
>
<path fill="currentColor" d="M0 2.5a2.5 2.5 0 115 0 2.5 2.5 0 01-5 0z" />
<circle cx="2.5" cy="2.5" r="2.5" fill="currentColor" />
</svg>
);
}

0 comments on commit a3813a4

Please sign in to comment.