mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 20:28:06 +01:00
Fix color of dropdown icons
This commit is contained in:
parent
f02ffce249
commit
68eb58b805
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ export default class ComposerOptionsDropdown extends React.PureComponent {
|
||||||
className='value'
|
className='value'
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
icon={icon}
|
icon={icon}
|
||||||
|
inverted
|
||||||
onClick={handleToggle}
|
onClick={handleToggle}
|
||||||
size={18}
|
size={18}
|
||||||
style={{
|
style={{
|
||||||
|
|
Loading…
Reference in a new issue