summaryrefslogtreecommitdiffstats
path: root/app/javascript/mastodon/features/list_adder/components/list.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/features/list_adder/components/list.jsx')
-rw-r--r--app/javascript/mastodon/features/list_adder/components/list.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/javascript/mastodon/features/list_adder/components/list.jsx b/app/javascript/mastodon/features/list_adder/components/list.jsx
index faca3852121..802dffd4842 100644
--- a/app/javascript/mastodon/features/list_adder/components/list.jsx
+++ b/app/javascript/mastodon/features/list_adder/components/list.jsx
@@ -6,9 +6,9 @@ import ImmutablePropTypes from 'react-immutable-proptypes';
import ImmutablePureComponent from 'react-immutable-pure-component';
import { connect } from 'react-redux';
-import { ReactComponent as AddIcon } from 'mastodon/../material-icons/400-20px/add.svg';
-import { ReactComponent as CloseIcon } from 'mastodon/../material-icons/400-20px/close.svg';
-import { ReactComponent as ListAltIcon } from 'mastodon/../material-icons/400-20px/list_alt.svg';
+import { ReactComponent as AddIcon } from 'mastodon/../material-icons/400-24px/add.svg';
+import { ReactComponent as CloseIcon } from 'mastodon/../material-icons/400-24px/close.svg';
+import { ReactComponent as ListAltIcon } from 'mastodon/../material-icons/400-24px/list_alt.svg';
import { Icon } from 'mastodon/components/icon';
import { removeFromListAdder, addToListAdder } from '../../../actions/lists';