From 3f4e01d0a7d39569763e1508cb5dfd3b1243b96e Mon Sep 17 00:00:00 2001 From: Mohammed Rabil Date: Tue, 6 Feb 2024 00:52:24 +0530 Subject: [PATCH] Update paddingBottom value in ListAppCards component --- components/ListAppCards.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ListAppCards.tsx b/components/ListAppCards.tsx index 0c2692a..13f2aa9 100644 --- a/components/ListAppCards.tsx +++ b/components/ListAppCards.tsx @@ -16,7 +16,7 @@ function ListAppCards(props: ListAppCardsProps) { alignSelf="center" size="$4" paddingTop="$2" - paddingBottom="$19" + paddingBottom="$20" gap="$3" > {releases