Remove useless "inverted" prop

develop v4.3.0-alpha.3+glitch+cat+1.0.5
Jeremy Kescher 3 months ago
parent 009251a17d
commit 77d74465af
No known key found for this signature in database
GPG Key ID: 80A419A7A613DFA4

@ -396,7 +396,6 @@ class EmojiPickerDropdown extends PureComponent {
active={active}
iconComponent={MoodIcon}
onClick={this.onToggle}
inverted
/>
<Overlay show={active} placement={'bottom'} flip target={this.findTarget} popperConfig={{ strategy: 'fixed' }}>

@ -394,7 +394,6 @@ class EmojiPickerDropdown extends PureComponent {
active={active}
iconComponent={MoodIcon}
onClick={this.onToggle}
inverted
/>
<Overlay show={active} placement={'bottom'} target={this.findTarget} popperConfig={{ strategy: 'fixed' }}>

Loading…
Cancel
Save