forked from mirrors/catstodon
Remove useless "inverted" prop
This commit is contained in:
parent
009251a17d
commit
77d74465af
2 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue