Fix show suggested button color (#2069)
This commit is contained in:
parent
bb22ebd588
commit
2698a6b50b
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ let ProfileHeaderLoaded = ({
|
||||||
pal.text,
|
pal.text,
|
||||||
{
|
{
|
||||||
color: showSuggestedFollows
|
color: showSuggestedFollows
|
||||||
? colors.white
|
? pal.textInverted.color
|
||||||
: pal.text.color,
|
: pal.text.color,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue