summaryrefslogtreecommitdiffstats
path: root/app/javascript/mastodon/features/compose/index.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/features/compose/index.jsx')
-rw-r--r--app/javascript/mastodon/features/compose/index.jsx14
1 files changed, 7 insertions, 7 deletions
diff --git a/app/javascript/mastodon/features/compose/index.jsx b/app/javascript/mastodon/features/compose/index.jsx
index e2eb63d35c3..b4ee4b34353 100644
--- a/app/javascript/mastodon/features/compose/index.jsx
+++ b/app/javascript/mastodon/features/compose/index.jsx
@@ -11,13 +11,13 @@ import { connect } from 'react-redux';
import spring from 'react-motion/lib/spring';
-import { ReactComponent as PeopleIcon } from 'mastodon/../material-icons/400-20px/group.svg';
-import { ReactComponent as HomeIcon } from 'mastodon/../material-icons/400-20px/home-fill.svg';
-import { ReactComponent as LogoutIcon } from 'mastodon/../material-icons/400-20px/logout.svg';
-import { ReactComponent as MenuIcon } from 'mastodon/../material-icons/400-20px/menu.svg';
-import { ReactComponent as NotificationsIcon } from 'mastodon/../material-icons/400-20px/notifications-fill.svg';
-import { ReactComponent as PublicIcon } from 'mastodon/../material-icons/400-20px/public.svg';
-import { ReactComponent as SettingsIcon } from 'mastodon/../material-icons/400-20px/settings-fill.svg';
+import { ReactComponent as PeopleIcon } from 'mastodon/../material-icons/400-24px/group.svg';
+import { ReactComponent as HomeIcon } from 'mastodon/../material-icons/400-24px/home-fill.svg';
+import { ReactComponent as LogoutIcon } from 'mastodon/../material-icons/400-24px/logout.svg';
+import { ReactComponent as MenuIcon } from 'mastodon/../material-icons/400-24px/menu.svg';
+import { ReactComponent as NotificationsIcon } from 'mastodon/../material-icons/400-24px/notifications-fill.svg';
+import { ReactComponent as PublicIcon } from 'mastodon/../material-icons/400-24px/public.svg';
+import { ReactComponent as SettingsIcon } from 'mastodon/../material-icons/400-24px/settings-fill.svg';
import { openModal } from 'mastodon/actions/modal';
import Column from 'mastodon/components/column';
import { Icon } from 'mastodon/components/icon';