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:
Martin Kraft 2018-08-24 12:39:26 -04:00 committed by Elias Nahum
parent ec35efcc5c
commit 9b238781c0

View file

@ -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}