From adb60ab715e881644c8cf6ddeccdfa1a8ebc2574 Mon Sep 17 00:00:00 2001 From: Reza_ashrafi Date: Sat, 23 Apr 2022 15:08:03 +0430 Subject: [PATCH] reza fixed blog issue --- src/screens/Blog/index.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/screens/Blog/index.js b/src/screens/Blog/index.js index c87b588..f4b29a6 100644 --- a/src/screens/Blog/index.js +++ b/src/screens/Blog/index.js @@ -183,6 +183,27 @@ export const Blog = ({ getInfo, blog, getList, blogs, route, theme }) => { renderNode={renderNode} stylesheet={{ p: { + color: + theme === "bold" + ? Colors.theme1.gray20 + : Colors.theme1.grayF9, + textAlign: "right", + fontFamily : 'light', + lineHeight: 25 + }, + strong: { + color: + theme === "light" + ? Colors.theme1.gray20 + : Colors.theme1.grayF9, + textAlign: "right", + fontFamily : 'light', + lineHeight: 25 + }, + ul : { + textAlign: "right", + }, + li: { color: theme === "light" ? Colors.theme1.gray20