* Set back button color * Update unit test Co-authored-by: Miguel Alatzar <this.migbot@gmail.com>
This commit is contained in:
parent
7f450e9532
commit
3a887b446a
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