mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-05 17:53:12 +02:00
naming
This commit is contained in:
parent
2beebadd75
commit
59fe3ccf47
@ -11,12 +11,12 @@ import { Tab, TabList, TabPanel, Tabs } from '../ChangeTabComponents.tsx';
|
|||||||
import { useUiFlag } from 'hooks/useUiFlag.ts';
|
import { useUiFlag } from 'hooks/useUiFlag.ts';
|
||||||
import { ChangeItemInfo, ChangeItemWrapper } from '../Change.styles.tsx';
|
import { ChangeItemInfo, ChangeItemWrapper } from '../Change.styles.tsx';
|
||||||
|
|
||||||
const ChangeItem = styled(Box)({
|
const LegacyChangeItemInfo = styled(Box)({
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
});
|
});
|
||||||
|
|
||||||
const ChangeContent = styled(ChangeItem)(({ theme }) => ({
|
const ChangeContent = styled(LegacyChangeItemInfo)(({ theme }) => ({
|
||||||
gap: theme.spacing(2),
|
gap: theme.spacing(2),
|
||||||
}));
|
}));
|
||||||
|
|
||||||
@ -133,7 +133,7 @@ export const EnvironmentStrategyExecutionOrder = ({
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ChangeItem>
|
<LegacyChangeItemInfo>
|
||||||
<StyledChangeHeader>
|
<StyledChangeHeader>
|
||||||
<TooltipLink
|
<TooltipLink
|
||||||
tooltip={
|
tooltip={
|
||||||
@ -161,6 +161,6 @@ export const EnvironmentStrategyExecutionOrder = ({
|
|||||||
</StyledStrategyContainer>
|
</StyledStrategyContainer>
|
||||||
))}
|
))}
|
||||||
</StyledStrategyExecutionWrapper>
|
</StyledStrategyExecutionWrapper>
|
||||||
</ChangeItem>
|
</LegacyChangeItemInfo>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user