Skip to content

Commit 321d481

Browse files
authored
Merge pull request #67 from funnyzak/refactor/style
2 parents ff229ef + da66978 commit 321d481

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/screens/components/common/RenderHTML.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ const RenderHTML = ({
3636

3737
const contentTagsStyles = (theme: ITheme): MixedStyleRecord => {
3838
return {
39+
body: {
40+
color: theme.colors.bodyText
41+
},
3942
div: {
4043
color: theme.colors.bodyText
4144
},

0 commit comments

Comments
 (0)