Automated cherry pick of #4138 (#4183)

* Set back button color

* Update unit test

Co-authored-by: Miguel Alatzar <this.migbot@gmail.com>
This commit is contained in:
Mattermost Build 2020-04-18 07:52:58 +02:00 committed by GitHub
parent 7f450e9532
commit 3a887b446a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -44,6 +44,7 @@ export function resetToChannel(passProps = {}) {
},
backButton: {
visible: false,
color: theme.sidebarHeaderTextColor,
},
},
},

View file

@ -53,6 +53,7 @@ describe('app/actions/navigation', () => {
height: 0,
backButton: {
visible: false,
color: theme.sidebarHeaderTextColor,
},
background: {
color: theme.sidebarHeaderBg,