Fix show suggested button color (#2069)
parent
bb22ebd588
commit
2698a6b50b
|
@ -468,7 +468,7 @@ let ProfileHeaderLoaded = ({
|
|||
pal.text,
|
||||
{
|
||||
color: showSuggestedFollows
|
||||
? colors.white
|
||||
? pal.textInverted.color
|
||||
: pal.text.color,
|
||||
},
|
||||
]}
|
||||
|
|
Loading…
Reference in New Issue