Fix show suggested button color (#2069)

zio/stable
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
1 changed files with 1 additions and 1 deletions

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