1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-27 11:02:16 +01:00

fix: lint

This commit is contained in:
FredrikOseberg 2025-10-23 14:53:09 +02:00
parent 113cbb1bad
commit 2e3a22e006
No known key found for this signature in database
GPG Key ID: 282FD8A6D8F9BCF0

View File

@ -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 = ({
<StyledAccordion status={status} hasAutomation={hasAutomation}>
<StyledAccordionSummary>
<StyledTitleContainer>
<StyledMilestoneLabel>Milestone</StyledMilestoneLabel>
<StyledMilestoneLabel>
Milestone
</StyledMilestoneLabel>
<StyledTitle status={status}>
{milestone.name}
</StyledTitle>