MadCcc
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
components/style/roundedArrow.ts
|
@ -26,7 +26,6 @@ export const roundedArrow = ( |
|
|
const shadowWidth = unitWidth * Math.sqrt(2) + outerRadius * (Math.sqrt(2) - 2); |
|
|
const shadowWidth = unitWidth * Math.sqrt(2) + outerRadius * (Math.sqrt(2) - 2); |
|
|
|
|
|
|
|
|
return { |
|
|
return { |
|
|
borderRadius: { _skip_check_: true, value: `0 0 ${innerRadius}px` }, |
|
|
|
|
|
pointerEvents: 'none', |
|
|
pointerEvents: 'none', |
|
|
width, |
|
|
width, |
|
|
height: width, |
|
|
height: width, |
|
|