We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6774128 commit f8f369eCopy full SHA for f8f369e
src/common/components/mock-components/front-containers/mobilephone-shape.tsx
@@ -8,7 +8,7 @@ import { loadSvgWithFill } from '@/common/utils/svg.utils';
8
import { BASIC_SHAPE } from '../front-components/shape.const';
9
10
const mobilePhoneShapeSizeRestrictions: ShapeSizeRestrictions = {
11
- minWidth: 150,
+ minWidth: 200,
12
minHeight: 150,
13
maxWidth: 1000,
14
maxHeight: 1000,
0 commit comments