We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9f2e2 commit bfde2e5Copy full SHA for bfde2e5
site/docs/overview/theming.md
@@ -212,7 +212,7 @@ const Container = ({
212
);
213
214
const App = () => (
215
- <Container brand="pink" body="Arial">
+ <Container brandColor="pink" fontFamily="Arial">
216
...
217
</Container>
218
site/docs/packages/dynamic.md
@@ -96,7 +96,7 @@ const Container = ({
96
97
98
99
100
101
102
0 commit comments