Skip to content

Commit a7d8c01

Browse files
committed
Points are more expensive now 6578$
1 parent 513456b commit a7d8c01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/HighlightBox/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ export const HighlightBox = ({
101101
top: pbox.y - 5,
102102
width: pbox.w + 10,
103103
height: pbox.h + 10,
104+
transform: 'rotate(-45deg)'
104105
}}
105106
>
106107
<path

0 commit comments

Comments
 (0)