diff options
author | dan <dan.abramov@gmail.com> | 2023-12-02 00:23:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 16:23:00 -0800 |
commit | 2698a6b50b43140f68d3e8533cde49a66c2d9468 (patch) | |
tree | 6355690f989930e5ffa27ccba17e02bb5f309338 | |
parent | bb22ebd58866f4b14f8fa07a27b0ccdc9d06595a (diff) | |
download | voidsky-2698a6b50b43140f68d3e8533cde49a66c2d9468.tar.zst |
Fix show suggested button color (#2069)
-rw-r--r-- | src/view/com/profile/ProfileHeader.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/profile/ProfileHeader.tsx b/src/view/com/profile/ProfileHeader.tsx index c1de10aa5..8058551c2 100644 --- a/src/view/com/profile/ProfileHeader.tsx +++ b/src/view/com/profile/ProfileHeader.tsx @@ -468,7 +468,7 @@ let ProfileHeaderLoaded = ({ pal.text, { color: showSuggestedFollows - ? colors.white + ? pal.textInverted.color : pal.text.color, }, ]} |