fixed smaller default size of container issues

This commit is contained in:
TaruunMalik 2025-04-16 10:58:22 +00:00
parent d12143d2b9
commit 0212e8b46d
3 changed files with 6 additions and 6 deletions

View file

@ -3,8 +3,8 @@ export const containerConfig = {
displayName: 'Container',
description: 'Group components',
defaultSize: {
width: 5,
height: 200,
width: 13,
height: 480,
},
component: 'Container',
others: {

View file

@ -3,8 +3,8 @@ export const containerConfig = {
displayName: 'Container',
description: 'Group components',
defaultSize: {
width: 5,
height: 200,
width: 13,
height: 480,
},
component: 'Container',
others: {

View file

@ -3,8 +3,8 @@ export const containerConfig = {
displayName: 'Container',
description: 'Group components',
defaultSize: {
width: 5,
height: 200,
width: 13,
height: 480,
},
component: 'Container',
others: {