Fix show suggested button color (#2069)

This commit is contained in:
dan 2023-12-02 00:23:00 +00:00 committed by GitHub
parent bb22ebd588
commit 2698a6b50b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
}, },
]} ]}