Fix show suggested button color (#2069)
parent
bb22ebd588
commit
2698a6b50b
|
@ -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…
Reference in New Issue