1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Update branching

This commit is contained in:
Zhiyuan Zheng
2021-03-14 21:48:28 +01:00
parent b21f1b5a0e
commit a23f98842f
13 changed files with 54 additions and 128 deletions

View File

@ -83,7 +83,7 @@ const renderNode = ({
<Text
key={index}
style={{
color: accountIndex !== -1 ? theme.blue : undefined,
color: accountIndex !== -1 ? theme.blue : theme.primary,
fontSize: adaptedFontsize,
lineHeight: adaptedLineheight
}}