From 622049dfad97d88a92a16cb9ec502d5442c583ef Mon Sep 17 00:00:00 2001 From: Ishant Gupta Date: Tue, 24 Mar 2020 04:45:00 +0530 Subject: [PATCH] Mobile: Fixes #2859: Fixed code block styling in OLED theme (#2876) --- ReactNativeClient/lib/components/global-style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactNativeClient/lib/components/global-style.js b/ReactNativeClient/lib/components/global-style.js index 6b2920a64..5986f9840 100644 --- a/ReactNativeClient/lib/components/global-style.js +++ b/ReactNativeClient/lib/components/global-style.js @@ -149,7 +149,7 @@ function themeStyle(theme) { output.htmlCodeBackgroundColor = 'rgb(47, 48, 49)'; output.htmlCodeBorderColor = 'rgb(70, 70, 70)'; - output.codeThemeCss = 'hljs-atom-one-dark-reasonable.css'; + output.codeThemeCss = 'atom-one-dark-reasonable.css'; output.colorUrl = '#7B81FF';