Skip to content

Commit

Permalink
Merge branch 'master' of github.com:reach/reach-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Jan 24, 2020
2 parents f7406c3 + 4c071aa commit 285c720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/tabs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ Please see the [styling guide](/styling).
But, you can also wrap `TabPanel` as long as you forward the props (because data is passed from `TabPanels` to `TabPanel` via React context`).
```jsx
const BoldPanel = props => <Tab {...props} style={{ fontWeight: "bold" }} />;
const BoldPanel = props => <TabPanel {...props} style={{ fontWeight: "bold" }} />;
const TabPage = () => (
<Tabs>
Expand Down

0 comments on commit 285c720

Please sign in to comment.