Skip to content

Commit

Permalink
docs: missed changes for border prop
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieljablonski committed Jul 3, 2023
1 parent ba92346 commit 4fd60bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/upgrade-guide/changelog-v4-v5.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ If you run into any problems with the tooltip not updating after changes are mad
- [x] `offset` - also available on anchor element as `data-tooltip-offset`
- [ ] `padding` - use `className` and custom CSS
- [ ] `multiline` - supported by default in `content` and `html` props
- [ ] `border` - use `className` and custom CSS
- [ ] `borderClass` - use `className` and custom CSS
- [x] `border`
- [ ] `borderClass` - use `border` prop
- [ ] `textColor` - use `className` and custom CSS
- [ ] `backgroundColor` - use `className` and custom CSS
- [ ] `borderColor` - use `className` and custom CSS
- [ ] `borderColor` - use `border` prop
- [ ] `arrowColor` - use `className` and custom CSS
- [ ] `arrowRadius` - use `className` and custom CSS
- [ ] `tooltipRadius` - use `className` and custom CSS
Expand Down

0 comments on commit 4fd60bc

Please sign in to comment.