summaryrefslogtreecommitdiffstats
path: root/app/javascript/mastodon/components/column_header.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/components/column_header.jsx')
-rw-r--r--app/javascript/mastodon/components/column_header.jsx12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/javascript/mastodon/components/column_header.jsx b/app/javascript/mastodon/components/column_header.jsx
index defd952b47a..dd78151d060 100644
--- a/app/javascript/mastodon/components/column_header.jsx
+++ b/app/javascript/mastodon/components/column_header.jsx
@@ -6,12 +6,12 @@ import { FormattedMessage, injectIntl, defineMessages } from 'react-intl';
import classNames from 'classnames';
import { withRouter } from 'react-router-dom';
-import { ReactComponent as AddIcon } from 'mastodon/../material-icons/400-20px/add.svg';
-import { ReactComponent as ArrowBackIcon } from 'mastodon/../material-icons/400-20px/arrow_back.svg';
-import { ReactComponent as ChevronLeftIcon } from 'mastodon/../material-icons/400-20px/chevron_left.svg';
-import { ReactComponent as ChevronRightIcon } from 'mastodon/../material-icons/400-20px/chevron_right.svg';
-import { ReactComponent as CloseIcon } from 'mastodon/../material-icons/400-20px/close.svg';
-import { ReactComponent as TuneIcon } from 'mastodon/../material-icons/400-20px/tune.svg';
+import { ReactComponent as AddIcon } from 'mastodon/../material-icons/400-24px/add.svg';
+import { ReactComponent as ArrowBackIcon } from 'mastodon/../material-icons/400-24px/arrow_back.svg';
+import { ReactComponent as ChevronLeftIcon } from 'mastodon/../material-icons/400-24px/chevron_left.svg';
+import { ReactComponent as ChevronRightIcon } from 'mastodon/../material-icons/400-24px/chevron_right.svg';
+import { ReactComponent as CloseIcon } from 'mastodon/../material-icons/400-24px/close.svg';
+import { ReactComponent as TuneIcon } from 'mastodon/../material-icons/400-24px/tune.svg';
import { Icon } from 'mastodon/components/icon';
import { ButtonInTabsBar, useColumnsContext } from 'mastodon/features/ui/util/columns_context';
import { WithRouterPropTypes } from 'mastodon/utils/react_router';