From 2698a6b50b43140f68d3e8533cde49a66c2d9468 Mon Sep 17 00:00:00 2001 From: dan Date: Sat, 2 Dec 2023 00:23:00 +0000 Subject: Fix show suggested button color (#2069) --- src/view/com/profile/ProfileHeader.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, }, ]} -- cgit 1.4.1