Add back spacing to Card
This commit is contained in:
parent
1837dbef1c
commit
8f176f4d72
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ const FeedSuggestions = () => {
|
|||
if (!isLoading && suggestedProfiles.size === 0) return null;
|
||||
|
||||
return (
|
||||
<Card size='lg' variant='rounded'>
|
||||
<Card size='lg' variant='rounded' className='space-y-4'>
|
||||
<HStack justifyContent='between' alignItems='center'>
|
||||
<CardTitle title={intl.formatMessage(messages.heading)} />
|
||||
|
||||
|
|
Loading…
Reference in a new issue