diff --git a/packages/frontend/src/utility/room/objects/tabletopGlassPictureFrame.ts b/packages/frontend/src/utility/room/objects/tabletopGlassPictureFrame.ts index 7044a3212a..99bd171a57 100644 --- a/packages/frontend/src/utility/room/objects/tabletopGlassPictureFrame.ts +++ b/packages/frontend/src/utility/room/objects/tabletopGlassPictureFrame.ts @@ -41,8 +41,8 @@ export const tabletopGlassPictureFrame = defineObject({ }, }, default: { - width: 0.15, - height: 0.15, + width: 0.1, + height: 0.1, customPicture: null, fit: 'cover', },