about summary refs log tree commit diff
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2023-12-02 00:23:00 +0000
committerGitHub <noreply@github.com>2023-12-01 16:23:00 -0800
commit2698a6b50b43140f68d3e8533cde49a66c2d9468 (patch)
tree6355690f989930e5ffa27ccba17e02bb5f309338
parentbb22ebd58866f4b14f8fa07a27b0ccdc9d06595a (diff)
downloadvoidsky-2698a6b50b43140f68d3e8533cde49a66c2d9468.tar.zst
Fix show suggested button color (#2069)
-rw-r--r--src/view/com/profile/ProfileHeader.tsx2
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,
                       },
                     ]}