MM-11721: Updates archive channel button icon. (#2030)
* MM-11721: Updates archive channel button icon. * MM-11721: Changes color of archive channel icon to red.
This commit is contained in:
parent
ec35efcc5c
commit
9b238781c0
1 changed files with 2 additions and 2 deletions
|
|
@ -481,8 +481,8 @@ export default class ChannelInfo extends PureComponent {
|
|||
<ChannelInfoRow
|
||||
action={this.handleDelete}
|
||||
defaultMessage='Archive Channel'
|
||||
image={require('assets/images/status/archive_avatar.png')}
|
||||
imageTintColor={changeOpacity(theme.sidebarText, 0.5)}
|
||||
iconColor='#CA3B27'
|
||||
icon='archive'
|
||||
textId='mobile.routes.channelInfo.delete_channel'
|
||||
textColor='#CA3B27'
|
||||
theme={theme}
|
||||
|
|
|
|||
Loading…
Reference in a new issue