Add back spacing to Card

emoji-improvements
Justin 2022-08-24 08:40:25 -04:00
rodzic 1837dbef1c
commit 8f176f4d72
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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)} />