Merge remote-tracking branch 'origin/main' into starter-packs

* origin/main:
  Convert button to use forwardRef (#4576)
  use 1000x1000 for image height in avatar cropper (#4453)
  fix for autofill covering border (#4573)
This commit is contained in:
Eric Bailey
2024-06-19 18:48:48 -05:00
4 changed files with 354 additions and 328 deletions
+2 -2
View File
@@ -303,8 +303,8 @@ let EditableUserAvatar = ({
const croppedImage = await openCropper({
mediaType: 'photo',
cropperCircleOverlay: true,
height: item.height,
width: item.width,
height: 1000,
width: 1000,
path: item.path,
})