[MM-24026] Set back button color (#4138)
* Set back button color * Update unit test
This commit is contained in:
parent
6667962e1f
commit
22a13cfee0
2 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ export function resetToChannel(passProps = {}) {
|
|||
},
|
||||
backButton: {
|
||||
visible: false,
|
||||
color: theme.sidebarHeaderTextColor,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@ describe('app/actions/navigation', () => {
|
|||
height: 0,
|
||||
backButton: {
|
||||
visible: false,
|
||||
color: theme.sidebarHeaderTextColor,
|
||||
},
|
||||
background: {
|
||||
color: theme.sidebarHeaderBg,
|
||||
|
|
|
|||
Loading…
Reference in a new issue