From 22a13cfee08b070b503a19ec94fe6db5b3b27a4b Mon Sep 17 00:00:00 2001 From: Miguel Alatzar Date: Mon, 13 Apr 2020 10:44:44 -0700 Subject: [PATCH] [MM-24026] Set back button color (#4138) * Set back button color * Update unit test --- 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,