Double borders on a button component when rendered in browser

Screen Shot 2021-09-13 at 8.49.40 PM.png

In Trivia Panel, be sure to pipe the props to Plasmic Trivia Panel (and specifically, className to root)

For example,

function TriviaPanel(props) {
  const {className} = props;
  return (
    <PlasmicTriviaPanel
      root={{className}}
      ...
    />
  );
}

got it, thanks! we’ve launched the site for the event, but we have a second event coming up soon, i’ll revisit for the second event.