diff --git a/frontend/src/component/feature/FeatureView/FeatureOverview/ReleasePlan/ReleasePlanMilestone/ReleasePlanMilestone.tsx b/frontend/src/component/feature/FeatureView/FeatureOverview/ReleasePlan/ReleasePlanMilestone/ReleasePlanMilestone.tsx index c8fecfe7a2..eafa04bd0c 100644 --- a/frontend/src/component/feature/FeatureView/FeatureOverview/ReleasePlan/ReleasePlanMilestone/ReleasePlanMilestone.tsx +++ b/frontend/src/component/feature/FeatureView/FeatureOverview/ReleasePlan/ReleasePlanMilestone/ReleasePlanMilestone.tsx @@ -59,7 +59,7 @@ const StyledTitleContainer = styled('div')(({ theme }) => ({ })); const StyledMilestoneLabel = styled('span')(({ theme }) => ({ - fontSize: '0.75rem', + fontSize: theme.typography.caption.fontSize, color: theme.palette.text.secondary, })); @@ -126,7 +126,9 @@ export const ReleasePlanMilestone = ({ - Milestone + + Milestone + {milestone.name}