From 064d4ae6135875223532152091aaf5fcdf34c261 Mon Sep 17 00:00:00 2001 From: eshanized Date: Sat, 11 Jan 2025 01:35:51 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20style:=20change=20in=20ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PackageCard.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/PackageCard.tsx b/src/components/PackageCard.tsx index 7081003..45fe391 100644 --- a/src/components/PackageCard.tsx +++ b/src/components/PackageCard.tsx @@ -11,11 +11,11 @@ export function PackageCard({ package: pkg }: PackageCardProps) { const [expanded, setExpanded] = useState(false); return ( -
+
{/* Header Section */}
{/* Icon Section */} -
+
@@ -29,27 +29,27 @@ export function PackageCard({ package: pkg }: PackageCardProps) { {pkg.version}
-

+

{pkg.description}

{/* Footer Section */}
- + {pkg.repository}