Skip to content

Commit

Permalink
[docs-infra] Fix emotion :first-child console log (#38690)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Aug 30, 2023
1 parent e835110 commit 2d36bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/HighlightedCodeWithTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const StyledTab = styled(Tab)<{ ownerState: { mounted: boolean } }>(({ theme, ow
cursor: 'pointer',
borderRadius: '8px',
position: 'relative',
'&:not(:first-child)': {
'&:not(:first-of-type)': {
marginLeft: 0.5,
},
...(ownerState.mounted && {
Expand Down

0 comments on commit 2d36bfc

Please sign in to comment.