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 5b4e9d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions packages/mantine/src/styles/List.module.css

This file was deleted.

5 changes: 0 additions & 5 deletions packages/mantine/src/theme/Theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import {
Divider,
Input,
InputWrapper,
List,
Loader,
MantineThemeOverride,
MenuItem,
Expand Down Expand Up @@ -59,7 +58,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 +226,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 5b4e9d5

Please sign in to comment.