diff --git a/app/javascript/flavours/glitch/features/compose/components/emoji_picker_dropdown.jsx b/app/javascript/flavours/glitch/features/compose/components/emoji_picker_dropdown.jsx index 8dc89084d9..cdb40e6b75 100644 --- a/app/javascript/flavours/glitch/features/compose/components/emoji_picker_dropdown.jsx +++ b/app/javascript/flavours/glitch/features/compose/components/emoji_picker_dropdown.jsx @@ -396,7 +396,6 @@ class EmojiPickerDropdown extends PureComponent { active={active} iconComponent={MoodIcon} onClick={this.onToggle} - inverted /> diff --git a/app/javascript/mastodon/features/compose/components/emoji_picker_dropdown.jsx b/app/javascript/mastodon/features/compose/components/emoji_picker_dropdown.jsx index acc3fd0ce5..598afe8ab7 100644 --- a/app/javascript/mastodon/features/compose/components/emoji_picker_dropdown.jsx +++ b/app/javascript/mastodon/features/compose/components/emoji_picker_dropdown.jsx @@ -394,7 +394,6 @@ class EmojiPickerDropdown extends PureComponent { active={active} iconComponent={MoodIcon} onClick={this.onToggle} - inverted />