Skip to content

Commit

Permalink
Merge branch 'preview'
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelfan committed Dec 19, 2023
2 parents 941f562 + ae2186e commit bba94c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/actions/follow/Follow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function Follow(props: Props) {
onClick={() => {
toggleBlockUser.mutate();
}}
className="rounded-full px-4 py-2 bg-neutral-100 hover:brightness-95"
className="rounded-full px-4 py-2 font-medium text-sm bg-neutral-100 hover:brightness-95"
>
Unblock
</Button>
Expand Down

0 comments on commit bba94c0

Please sign in to comment.