Skip to content
Open
2 changes: 1 addition & 1 deletion src/components/Shapes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const Square = (props: Props) => (
xmlns="http://www.w3.org/2000/svg"
color="#1EA7FD"
{...props}
style={{ borderRadius: 5, ...props.style }}
style={{ borderRadius: 23, ...props.style }}
>
<path d="M0 0h90v90H0z" />
</Shape>
Expand Down