tldraw/packages
Mitja Bezenšek ed153a4180
Fix indicator radius for bookmarks. (#2335)
Fixes the border radius for the bookmark shape indicator. The shape
itself used 6px (`--radius-2` variable), while the indicator used 8px.

Before

![image](https://github.com/tldraw/tldraw/assets/2523721/c0f6f9b7-6814-4674-bb79-2fca809c199e)

After

![image](https://github.com/tldraw/tldraw/assets/2523721/67ae4fd4-f572-4477-9582-a9dd775022b3)


### Change Type

- [x] `patch` — Bug fix
- [ ] `minor` — New feature
- [ ] `major` — Breaking change
- [ ] `dependencies` — Changes to package dependencies[^1]
- [ ] `documentation` — Changes to the documentation only[^2]
- [ ] `tests` — Changes to any test code only[^2]
- [ ] `internal` — Any other changes that don't affect the published
package[^2]
- [ ] I don't know

[^1]: publishes a `patch` release, for devDependencies use `internal`
[^2]: will not publish a new version


### Release Notes

- Fix the indicator for the bookmark shape. The radius now matches the
shape's radius.
2023-12-18 15:26:14 +00:00
..
assets Update CHANGELOG.md [skip ci] 2023-12-12 14:50:43 +00:00
editor Start scrolling if we are dragging close to the window edges. (#2299) 2023-12-15 23:37:03 +00:00
state Fix TSDoc for @tldraw/state (#2327) 2023-12-18 10:57:37 +00:00
store Update CHANGELOG.md [skip ci] 2023-12-12 14:50:43 +00:00
tldraw Fix indicator radius for bookmarks. (#2335) 2023-12-18 15:26:14 +00:00
tlschema Update CHANGELOG.md [skip ci] 2023-12-12 14:50:43 +00:00
utils Update CHANGELOG.md [skip ci] 2023-12-12 14:50:43 +00:00
validate Update CHANGELOG.md [skip ci] 2023-12-12 14:50:43 +00:00