Skip to content

Commit 2c17255

Browse files
manavm1990LekoArts
andauthored
chore(docs): Add children to styled-components doc (#27011)
Co-authored-by: Lennart <[email protected]>
1 parent 90bb57b commit 2c17255

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/docs/styled-components.md

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ export default function Layout({ children }) {
133133
return (
134134
<React.Fragment>
135135
<GlobalStyle theme="purple" />
136+
{children}
136137
</React.Fragment>
137138
)
138139
}

0 commit comments

Comments
 (0)