From 00c5f7f880be7672abfc70bd951b0f3e8c2e22b6 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Tue, 18 Nov 2025 14:56:28 +0100 Subject: [PATCH] refactor: revert border colors from gray-200 to gray-100 in SecondaryFeatures - Changed border-gray-200 back to border-gray-100 for top/bottom horizontal lines and spacing dividers - Maintained border-gray-200 for main container borders --- src/pages/network/SecondaryFeatures.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/network/SecondaryFeatures.tsx b/src/pages/network/SecondaryFeatures.tsx index ed5f2f2..45f6270 100644 --- a/src/pages/network/SecondaryFeatures.tsx +++ b/src/pages/network/SecondaryFeatures.tsx @@ -191,11 +191,11 @@ export function SecondaryFeatures() {
{/* ✅ Top horizontal line with spacing */} -
-
+
+
- +
FEATURES

@@ -224,8 +224,8 @@ export function SecondaryFeatures() { {/* ✅ Bottom horizontal line with spacing */} -
-
+
+

) }