mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-27 11:02:16 +01:00
fix: lint
This commit is contained in:
parent
113cbb1bad
commit
2e3a22e006
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user