fixed the name scaling

This commit is contained in:
gugak 2025-05-07 05:45:32 -07:00
parent 6991e1ab46
commit e5b80c645d

View File

@ -54,8 +54,9 @@
"name": "Label" "name": "Label"
}, },
"position": { "position": {
"height": 1.0001, "height": 0.6613,
"width": 0.9999 "width": 0.9999,
"y": 0.3387
}, },
"propConfig": { "propConfig": {
"props.text": { "props.text": {
@ -77,7 +78,7 @@
}, },
"textStyle": { "textStyle": {
"fontFamily": "inherit", "fontFamily": "inherit",
"fontSize": "1em", "fontSize": "1vmin",
"textAlign": "center" "textAlign": "center"
} }
}, },