about summary refs log tree commit diff
path: root/src/view/com/profile/ProfileHeader.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-10-04 13:28:07 -0700
committerGitHub <noreply@github.com>2023-10-04 13:28:07 -0700
commiteb7306b16512e317f477c7a28e1e3b0ce5c65ff8 (patch)
tree43df377ff593516fbec9bfaf9752a65f32681097 /src/view/com/profile/ProfileHeader.tsx
parent9278822088d212c9bee6a40a6a8b773bc482242d (diff)
downloadvoidsky-eb7306b16512e317f477c7a28e1e3b0ce5c65ff8.tar.zst
Profile UI tweaks (#1607)
* Use inverted color instead of primary color for press state

* Fix: add missing border to empty state
Diffstat (limited to 'src/view/com/profile/ProfileHeader.tsx')
-rw-r--r--src/view/com/profile/ProfileHeader.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/profile/ProfileHeader.tsx b/src/view/com/profile/ProfileHeader.tsx
index 57fa22f1e..baf95af6c 100644
--- a/src/view/com/profile/ProfileHeader.tsx
+++ b/src/view/com/profile/ProfileHeader.tsx
@@ -392,8 +392,8 @@ const ProfileHeaderLoaded = observer(function ProfileHeaderLoadedImpl({
                     {
                       paddingHorizontal: 10,
                       backgroundColor: showSuggestedFollows
-                        ? colors.blue3
-                        : pal.viewLight.backgroundColor,
+                        ? pal.colors.text
+                        : pal.colors.backgroundLight,
                     },
                   ]}
                   accessibilityRole="button"