Skip to content

Commit

Permalink
style: change size of follow button in post preview
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Jan 26, 2024
1 parent 1a59b1d commit 60bac8d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/posts/view-post/helpers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -432,9 +432,11 @@ export const InfoPostPreview: FC<PostPreviewProps> = props => {
<div className='d-flex align-items-center align-self-start GapTiny'>
{space && !isMobile && (
<FollowSpaceButton
className='mr-1'
className='mr-1 px-2'
style={{ height: '28px' }}
size='small'
ghost
type='default'
ghost={false}
space={space.struct}
withUnfollowButton={false}
/>
Expand Down

0 comments on commit 60bac8d

Please sign in to comment.