From 6b735b5a409175dcb02716f173be7a989d964bb8 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 19 Nov 2025 18:15:54 +0100 Subject: [PATCH] refactor: update line-height in CP text component and increase vertical padding in NodeSpecs cards - Changed CP component line-height from leading-tight to leading-normal for improved readability - Increased NodeSpecs inner card vertical padding from py-4 to py-6 for better spacing --- src/components/Texts.tsx | 2 +- src/pages/nodes/NodeSpecs.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Texts.tsx b/src/components/Texts.tsx index 53b8d5e..7e81fc9 100644 --- a/src/components/Texts.tsx +++ b/src/components/Texts.tsx @@ -163,4 +163,4 @@ export const DownloadCardDescription = createTextComponent( ) export const CT = createTextComponent('span', 'text-base lg:text-lg leading-normal font-medium') -export const CP = createTextComponent('p', 'text-sm lg:text-base tracking-wide leading-tight font-light') +export const CP = createTextComponent('p', 'text-sm lg:text-base tracking-wide leading-normal font-light') diff --git a/src/pages/nodes/NodeSpecs.tsx b/src/pages/nodes/NodeSpecs.tsx index 400e51d..92a0ac9 100644 --- a/src/pages/nodes/NodeSpecs.tsx +++ b/src/pages/nodes/NodeSpecs.tsx @@ -82,7 +82,7 @@ export function NodeSpecs() { {/* INNER CARD */}