Skip to content

Commit

Permalink
fix for typo in withBodyStyle prop (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: Francis Thibault <[email protected]>
  • Loading branch information
fraincs and Francis Thibault authored Dec 1, 2023
1 parent 6308efe commit 135a958
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import App from "./App";
const root = createRoot(document.getElementById("root")!);

root.render(
<StyledSystemProvider withBodyStyles colorScheme="light">
<StyledSystemProvider withBodyStyle colorScheme="light">
<App />
</StyledSystemProvider>
);
Expand Down

0 comments on commit 135a958

Please sign in to comment.