From 2e3a22e0063b509aa166e9fc66ab6b0dd3f28136 Mon Sep 17 00:00:00 2001 From: FredrikOseberg Date: Thu, 23 Oct 2025 14:53:09 +0200 Subject: [PATCH] fix: lint --- .../ReleasePlanMilestone/ReleasePlanMilestone.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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}