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 }) => ({
|
const StyledMilestoneLabel = styled('span')(({ theme }) => ({
|
||||||
fontSize: '0.75rem',
|
fontSize: theme.typography.caption.fontSize,
|
||||||
color: theme.palette.text.secondary,
|
color: theme.palette.text.secondary,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
@ -126,7 +126,9 @@ export const ReleasePlanMilestone = ({
|
|||||||
<StyledAccordion status={status} hasAutomation={hasAutomation}>
|
<StyledAccordion status={status} hasAutomation={hasAutomation}>
|
||||||
<StyledAccordionSummary>
|
<StyledAccordionSummary>
|
||||||
<StyledTitleContainer>
|
<StyledTitleContainer>
|
||||||
<StyledMilestoneLabel>Milestone</StyledMilestoneLabel>
|
<StyledMilestoneLabel>
|
||||||
|
Milestone
|
||||||
|
</StyledMilestoneLabel>
|
||||||
<StyledTitle status={status}>
|
<StyledTitle status={status}>
|
||||||
{milestone.name}
|
{milestone.name}
|
||||||
</StyledTitle>
|
</StyledTitle>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user