We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9df7f8 commit 1610f6cCopy full SHA for 1610f6c
1 file changed
src/components/Pricing/PricingAddons/index.js
@@ -414,7 +414,7 @@ export const PricingAddons = ({ isYearly = false, setIsYearly }) => {
414
<Box sx={{ textAlign: "center", fontSize: "1.25rem" }}>
415
416
<Box>{option.learners === "2500+" ? "2,500+" : option.learners}</Box>
417
- <Box sx={{ color: "primary.main", mb: 1.5, fontSize: ".9rem" }}>
+ <Box sx={{ color: "text.secondary", mb: 1.5, fontSize: ".9rem" }}>
418
{option.currency}{isYearly ? option.yearlyPerUser : option.monthlyPerUser}<br />{targetSubAddon.unitLabelSingular}/{isYearly ? "year" : "month"}
419
</Box>
420
0 commit comments