fix: edit toggle size to be consistent (#4903)

Fix editNode toggle side to be consistent
This commit is contained in:
Lucas Oliveira 2024-11-28 12:45:09 -03:00 committed by GitHub
commit 652de10e9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,8 +26,8 @@ export default function ToggleShadComponent({
break;
default:
if (editNode) {
scaleX = 0.6;
scaleY = 0.6;
scaleX = 0.8;
scaleY = 0.8;
} else {
scaleX = 1;
scaleY = 1;