Skip to content

Commit f8f369e

Browse files
feat: increase mobilePhoneShape min width to ensure proper layout at smaller size
1 parent 6774128 commit f8f369e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/components/mock-components/front-containers/mobilephone-shape.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { loadSvgWithFill } from '@/common/utils/svg.utils';
88
import { BASIC_SHAPE } from '../front-components/shape.const';
99

1010
const mobilePhoneShapeSizeRestrictions: ShapeSizeRestrictions = {
11-
minWidth: 150,
11+
minWidth: 200,
1212
minHeight: 150,
1313
maxWidth: 1000,
1414
maxHeight: 1000,

0 commit comments

Comments
 (0)