From 2dbcda499714dca42dbf13b63391b407c6d304ce Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Tue, 18 Nov 2025 14:55:27 +0100 Subject: [PATCH] refactor: update border colors from gray-100 to gray-200 in SecondaryFeatures - Changed all border-gray-100 classes to border-gray-200 for increased contrast - Applied to top/bottom horizontal lines, container borders, and feature card borders --- src/pages/network/SecondaryFeatures.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/network/SecondaryFeatures.tsx b/src/pages/network/SecondaryFeatures.tsx index 9d233e1..ed5f2f2 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

@@ -212,7 +212,7 @@ export function SecondaryFeatures() { {features.map((feature) => (
  • @@ -224,8 +224,8 @@ export function SecondaryFeatures() { {/* ✅ Bottom horizontal line with spacing */} -
    -
    +
    +
  • ) }