about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAnsh <anshnanda10@gmail.com>2023-04-11 12:13:38 -0700
committerGitHub <noreply@github.com>2023-04-11 12:13:38 -0700
commit76132ca4dc939ac3722d8e047f86ae39b96ef36d (patch)
tree4289ada46d3011a166bb51cee3bb7073e43dd920 /src
parenta683c9e15f959c4e55d38820ca5b991300ddb451 (diff)
downloadvoidsky-76132ca4dc939ac3722d8e047f86ae39b96ef36d.tar.zst
make unfollow button light colored button (#429)
Diffstat (limited to 'src')
-rw-r--r--src/view/com/profile/FollowButton.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/profile/FollowButton.tsx b/src/view/com/profile/FollowButton.tsx
index 7e25fd88a..7715358cf 100644
--- a/src/view/com/profile/FollowButton.tsx
+++ b/src/view/com/profile/FollowButton.tsx
@@ -9,7 +9,7 @@ import {FollowState} from 'state/models/cache/my-follows'
 export const FollowButton = observer(
   ({
     unfollowedType = 'inverted',
-    followedType = 'inverted',
+    followedType = 'default',
     did,
     onToggleFollow,
   }: {