I'm display the element like this:
const ElevenLabsConvai = ({ agentId }: { agentId: string }) => {
return <elevenlabs-convai agent-id={agentId}></elevenlabs-convai>;
};
But it seems to be retroactively styled by a javascript via:
<script src=".js" async type="text/javascript"></script>
But do I override the styles and changes color shape location etc?