Profile UI tweaks (#1607)

* Use inverted color instead of primary color for press state

* Fix: add missing border to empty state
This commit is contained in:
Paul Frazee 2023-10-04 13:28:07 -07:00 committed by GitHub
parent 9278822088
commit eb7306b165
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -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"