Skip to content

Commit c085fa6

Browse files
authored
Fix typo in styled-components import (#267)
1 parent 12e2437 commit c085fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/docs/styled-styling.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Component support styling using `Styled-component`:
1414
```jsx
1515
import React from 'react';
1616
import Popup from 'reactjs-popup';
17-
import Styled from 'styled-components';
17+
import styled from 'styled-components';
1818

1919
const StyledPopup = styled(Popup)`
2020
// use your custom style for ".popup-overlay"

0 commit comments

Comments
 (0)