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">
|
||||
{feature.name}
|
||||
</CT>
|
||||
<CP className="mt-2 text-left text-sm" color="light">
|
||||
<CP className="mt-2 text-left text-gray-200">
|
||||
{feature.description}
|
||||
</CP>
|
||||
</motion.li>
|
||||
|
||||
Reference in New Issue
Block a user