[MM-24026] Set back button color (#4138)

* Set back button color

* Update unit test
This commit is contained in:
Miguel Alatzar 2020-04-13 10:44:44 -07:00 committed by GitHub
parent 6667962e1f
commit 22a13cfee0
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,