From a39ff41ff739720e160d6e8a2174956596c8c36f Mon Sep 17 00:00:00 2001 From: enahum Date: Thu, 27 Jul 2017 18:28:55 -0400 Subject: [PATCH] Fix Title in "Jump" pop up is not visible on default theme (#790) --- app/components/search_preview/search_preview.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/search_preview/search_preview.js b/app/components/search_preview/search_preview.js index 3f21d0d03..edac87b3a 100644 --- a/app/components/search_preview/search_preview.js +++ b/app/components/search_preview/search_preview.js @@ -125,7 +125,7 @@ export default class SearchPreview extends PureComponent { @@ -205,7 +205,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => { paddingRight: 40 }, title: { - color: theme.sidebarHeaderTextColor, + color: theme.centerChannelColor, fontSize: 17, fontWeight: '600' },