reza fixed blog issue

master
Reza_ashrafi 2 years ago
parent 62d419917e
commit adb60ab715
  1. 21
      src/screens/Blog/index.js

@ -183,6 +183,27 @@ export const Blog = ({ getInfo, blog, getList, blogs, route, theme }) => {
renderNode={renderNode} renderNode={renderNode}
stylesheet={{ stylesheet={{
p: { 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: color:
theme === "light" theme === "light"
? Colors.theme1.gray20 ? Colors.theme1.gray20

Loading…
Cancel
Save