Skip to content

Commit

Permalink
fix: delete List component style
Browse files Browse the repository at this point in the history
  • Loading branch information
toofff committed Oct 25, 2024
1 parent 1441e8c commit fd5c178
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions packages/mantine/src/styles/List.module.css

This file was deleted.

4 changes: 0 additions & 4 deletions packages/mantine/src/theme/Theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ import ComboboxClasses from '../styles/Combobox.module.css';
import DatePickerClasses from '../styles/DatePicker.module.css';
import InputClasses from '../styles/Input.module.css';
import InputWrapperClasses from '../styles/InputWrapper.module.css';
import ListClasses from '../styles/List.module.css';
import ModalClasses from '../styles/Modal.module.css';
import NavLinkClasses from '../styles/NavLink.module.css';
import NotificationClasses from '../styles/Notification.module.css';
Expand Down Expand Up @@ -228,9 +227,6 @@ export const plasmaTheme: MantineThemeOverride = createTheme({
role: 'presentation',
},
}),
List: List.extend({
classNames: {root: ListClasses.root},
}),
MenuItem: MenuItem.extend({
defaultProps: {
fw: 300,
Expand Down

0 comments on commit fd5c178

Please sign in to comment.