Skip to content

Commit

Permalink
remove unused class
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed May 24, 2024
1 parent a254edc commit b3c9704
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/src/modules/components/ApiPage/list/ClassesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ const StyledApiItem = styled(ExpandableApiItem)(
color: `var(--muidocs-palette-warning-700, ${lightTheme.palette.warning[700]})`,
},
},
'& .classes-list-alert': {
marginTop: 12,
marginBottom: 16,
},
}),
({ theme }) => ({
[`:where(${theme.vars ? '[data-mui-color-scheme="dark"]' : '.mode-dark'}) &`]: {
Expand Down

0 comments on commit b3c9704

Please sign in to comment.