Updated styles for icons throughout all components

• Updated:
- styles for icons throughout all components
This commit is contained in:
mgabdev
2020-08-17 11:56:52 -05:00
parent a3670e8fec
commit 92a89e2425
35 changed files with 57 additions and 62 deletions

View File

@@ -45,8 +45,8 @@ export default class ComposeExtraButton extends PureComponent {
})
const iconClasses = cx({
fillSecondary: !active,
fillWhite: active,
colorSecondary: !active,
colorWhite: active,
})
const iconSize = !!small ? '14px' : '16px'

View File

@@ -229,7 +229,7 @@ class PollFormOption extends ImmutablePureComponent {
className={[_s.ml5, _s.justifyContentCenter].join(' ')}
icon='close'
iconSize='8px'
iconClassName={_s.fillSecondary}
iconClassName={_s.colorSecondary}
disabled={index <= 1}
title={intl.formatMessage(messages.remove_option)}
onClick={this.handleOptionRemove}