From 3a887b446a8789c9fae49b51d4be512792d03a4d Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Sat, 18 Apr 2020 07:52:58 +0200 Subject: [PATCH] Automated cherry pick of #4138 (#4183) * Set back button color * Update unit test Co-authored-by: Miguel Alatzar --- app/actions/navigation/index.js | 1 + app/actions/navigation/index.test.js | 1 + 2 files changed, 2 insertions(+) diff --git a/app/actions/navigation/index.js b/app/actions/navigation/index.js index 54db7f846..6a64c3a3c 100644 --- a/app/actions/navigation/index.js +++ b/app/actions/navigation/index.js @@ -44,6 +44,7 @@ export function resetToChannel(passProps = {}) { }, backButton: { visible: false, + color: theme.sidebarHeaderTextColor, }, }, }, diff --git a/app/actions/navigation/index.test.js b/app/actions/navigation/index.test.js index 645342eb9..67ad379a7 100644 --- a/app/actions/navigation/index.test.js +++ b/app/actions/navigation/index.test.js @@ -53,6 +53,7 @@ describe('app/actions/navigation', () => { height: 0, backButton: { visible: false, + color: theme.sidebarHeaderTextColor, }, background: { color: theme.sidebarHeaderBg,