Browse Source

fix: arrow shape (#40971)

pull/40973/head
MadCcc 2 years ago
committed by GitHub
parent
commit
3ed967ab4a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/style/roundedArrow.ts

1
components/style/roundedArrow.ts

@ -26,7 +26,6 @@ export const roundedArrow = (
const shadowWidth = unitWidth * Math.sqrt(2) + outerRadius * (Math.sqrt(2) - 2);
return {
borderRadius: { _skip_check_: true, value: `0 0 ${innerRadius}px` },
pointerEvents: 'none',
width,
height: width,

Loading…
Cancel
Save