Skip to content

Commit

Permalink
fix props name
Browse files Browse the repository at this point in the history
  • Loading branch information
nkgrnkgr committed Sep 6, 2022
1 parent 5a9f2e2 commit 39c92ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/docs/overview/theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const Container = ({
);

const App = () => (
<Container brand="pink" body="Arial">
<Container brandColor="pink" fontFamily="Arial">
...
</Container>
);
Expand Down
2 changes: 1 addition & 1 deletion site/docs/packages/dynamic.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const Container = ({
);

const App = () => (
<Container brand="pink" body="Arial">
<Container brandColor="pink" fontFamily="Arial">
...
</Container>
);
Expand Down

0 comments on commit 39c92ca

Please sign in to comment.