I’m using React and I was wondering if there is any way to pass CSS to the AvatarCreator component so that it will be injected in the iFrame body. I don’t see an option in the config (AvatarCreatorConfig) - so I presume it is not there, but just double checking
For example I want to pass:
main {
display: flex;
flex-direction: row-reverse;
}
So the top bar with the Next button would be underneath the canvas avatar customizer. Quick little hack to have it look better in my UI.