Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jsartisan committed Dec 9, 2024
1 parent 1aca8e5 commit f1f4a97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function CustomWidgetComponent(props: CustomWidgetComponentProps) {
const messenger = useRef<IframeMessenger | null>(null);
const componentHeight = useCustomWidgetHeight(size);

// We want to anvil theme css variables in the iframe so that it looks like a anvil theme. To do, we are
// We want to pass anvil theme css variables the iframe so that it looks like a anvil theme. To do, we are
// generating the css variables from the anvil theme and then sending it to the iframe. See the
// createHtmlTemplate.tsx file where we are using the cssTokens.
const cssTokens = useMemo(() => {
Expand Down

0 comments on commit f1f4a97

Please sign in to comment.