forked from emre/www_projectmycelium_com
refactor: update text color in NodeBenefits feature descriptions
- Changed CP component color prop from "light" to direct gray-200 class for consistent styling
This commit is contained in:
@@ -101,7 +101,7 @@ export function NodeBenefits() {
|
|||||||
<CT as="span" className="text-left font-semibold" color="light">
|
<CT as="span" className="text-left font-semibold" color="light">
|
||||||
{feature.name}
|
{feature.name}
|
||||||
</CT>
|
</CT>
|
||||||
<CP className="mt-2 text-left text-sm" color="light">
|
<CP className="mt-2 text-left text-gray-200">
|
||||||
{feature.description}
|
{feature.description}
|
||||||
</CP>
|
</CP>
|
||||||
</motion.li>
|
</motion.li>
|
||||||
|
|||||||
Reference in New Issue
Block a user