Tweak the style of ImagePropEditor

This commit is contained in:
Aria Minaei 2023-01-22 14:28:41 +01:00
parent 8deac10685
commit 41fb7de533
2 changed files with 91 additions and 54 deletions

View file

@ -36,6 +36,7 @@ const ImageTypeExample: React.FC<{}> = (props) => {
label: 'another texture',
}),
something: 'asdf',
color: types.rgba(),
})
object.onValuesChange(({image}) => {
setImageUrl(project.getAssetUrl(image))