Skip to content

Commit

Permalink
Merge branch 'main' into ticket-code-example-overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel A. White committed May 16, 2024
2 parents cca4818 + c8932b0 commit b99cd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/elements-core/src/components/TryIt/TryIt.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ export const TryIt: React.FC<TryItProps> = ({
);
} else {
tryItPanelElem = (
<Box className="TryItPanel" bg="canvas-100" rounded="lg">
<Box className="TryItPanel" bg="canvas-100">
{tryItPanelContents}
</Box>
);
Expand Down

0 comments on commit b99cd35

Please sign in to comment.