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', displayName: 'Container',
description: 'Group components', description: 'Group components',
defaultSize: { defaultSize: {
width: 5, width: 13,
height: 200, height: 480,
}, },
component: 'Container', component: 'Container',
others: { others: {

View file

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

View file

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