Skip to content

Commit

Permalink
feat(arcs): fix arc border width
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Dec 18, 2020
1 parent 4d3d303 commit f2223d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/arcs/src/ArcShape.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export const ArcShape = <Datum extends DatumWithArcAndColor>({
// fill={datum.fill || color}
fill={style.color}
stroke={style.borderColor}
strokeWidth={style.borderWidth}
onClick={onClick ? handleClick : undefined}
onMouseEnter={onMouseEnter ? handleMouseEnter : undefined}
onMouseMove={onMouseMove ? handleMouseMove : undefined}
Expand Down

0 comments on commit f2223d7

Please sign in to comment.