Skip to content

Commit ecf5986

Browse files
fix: remove done todos
1 parent de4dfbb commit ecf5986

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/Tooltip/Tooltip.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,12 @@ const arrowPlacementStyles = variant({
6565
right: 'auto',
6666
transform: 'rotate(-90deg)'
6767
},
68-
// TODO: Fix arrow placement
6968
'right-end': {
7069
bottom: '0.5rem',
7170
left: '-0.25rem',
7271
right: 'auto',
7372
transform: 'rotate(-90deg)'
7473
},
75-
// TODO: Fix arrow placement
7674
'right-start': {
7775
top: '0.5rem',
7876
left: '-0.25rem',

0 commit comments

Comments
 (0)