Remove useless "inverted" prop

This commit is contained in:
Jeremy Kescher 2024-02-24 19:33:05 +01:00
parent 009251a17d
commit 77d74465af
No known key found for this signature in database
GPG Key ID: 80A419A7A613DFA4
2 changed files with 0 additions and 2 deletions

View File

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

View File

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