Changed text widget default width to 5 (#2066)

This commit is contained in:
Muhsin Shah C P 2022-02-01 13:16:22 +05:30 committed by GitHub
parent 03b16802f4
commit 62b57aaad2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -740,7 +740,7 @@ export const componentTypes = [
loadingState: { type: 'code', displayName: 'Show loading state' },
},
defaultSize: {
width: 3,
width: 5,
height: 30,
},
events: [],