Skip to content

Commit 1610f6c

Browse files
committed
Update PricingAddons component to change price label color for better visibility
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent e9df7f8 commit 1610f6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/components/Pricing/PricingAddons

src/components/Pricing/PricingAddons/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ export const PricingAddons = ({ isYearly = false, setIsYearly }) => {
414414
<Box sx={{ textAlign: "center", fontSize: "1.25rem" }}>
415415

416416
<Box>{option.learners === "2500+" ? "2,500+" : option.learners}</Box>
417-
<Box sx={{ color: "primary.main", mb: 1.5, fontSize: ".9rem" }}>
417+
<Box sx={{ color: "text.secondary", mb: 1.5, fontSize: ".9rem" }}>
418418
{option.currency}{isYearly ? option.yearlyPerUser : option.monthlyPerUser}<br />{targetSubAddon.unitLabelSingular}/{isYearly ? "year" : "month"}
419419
</Box>
420420
</Box>

0 commit comments

Comments
 (0)