Skip to content

Commit

Permalink
finale
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan-cp committed Apr 12, 2024
1 parent bd37f28 commit 89a3863
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { FeedSuggestedProfileRowFragment$key } from '~/generated/FeedSuggestedPr
import { Typography } from '../../Typography';

const CARD_HEIGHT = 180;
const CARD_WIDTH = 186;
const CARD_WIDTH = 180;

type FeedSuggestedProfileRowProps = {
queryRef: FeedSuggestedProfileRowFragment$key;
Expand Down Expand Up @@ -66,9 +66,9 @@ export function FeedSuggestedProfileRow({ queryRef }: FeedSuggestedProfileRowPro
}, [query.viewer?.suggestedUsers]);

return (
<View className="pl-2 mt-12 mb-12 space-y-3">
<View className="pl-4 mt-2 mb-12 space-y-3">
<Typography
className="text-sm text-offWhite dark:text-offBlack"
className="text-sm text-offBlack dark:text-offBlack"
font={{ family: 'ABCDiatype', weight: 'Bold' }}
>
Suggested creators and collectors
Expand Down

0 comments on commit 89a3863

Please sign in to comment.