admin管理员组

文章数量:1312774

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?

本文标签: javascriptHow do you style the ElevenLabs conv ai widgetStack Overflow