From 748dc0cd1741342838af1390249f3f48c368d571 Mon Sep 17 00:00:00 2001 From: Julio Ruiz Date: Wed, 11 Feb 2026 23:21:15 -0500 Subject: [PATCH] Fixed dynamic text color for grid cards --- src/components/cards/GridCard.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/cards/GridCard.astro b/src/components/cards/GridCard.astro index 6c4ddb7..bb00d72 100644 --- a/src/components/cards/GridCard.astro +++ b/src/components/cards/GridCard.astro @@ -11,9 +11,9 @@ const imageUrl = props.image || ''
{ props.type === 'text' && ( -
- -

{props.text}

+
+ +

{props.text}

)} { props.type === 'image' && (