Co-authored-by: Jessica Li <jessicali@jessicas-air.lan>
This commit is contained in:
@ -13,6 +13,9 @@ const StyledContainer = styled.div`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledProgressBarItemContainer = styled.div`
|
const StyledProgressBarItemContainer = styled.div`
|
||||||
|
align-items: center;
|
||||||
|
display: flex;
|
||||||
|
height: ${({ theme }) => theme.spacing(4)};
|
||||||
padding-right: ${({ theme }) => theme.spacing(1)};
|
padding-right: ${({ theme }) => theme.spacing(1)};
|
||||||
`;
|
`;
|
||||||
|
|
||||||
@ -56,7 +59,7 @@ type OwnProps = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const PROBABILITY_VALUES = [
|
const PROBABILITY_VALUES = [
|
||||||
{ label: 'Lost', value: 0 },
|
{ label: '0%', value: 0 },
|
||||||
{ label: '25%', value: 25 },
|
{ label: '25%', value: 25 },
|
||||||
{ label: '50%', value: 50 },
|
{ label: '50%', value: 50 },
|
||||||
{ label: '75%', value: 75 },
|
{ label: '75%', value: 75 },
|
||||||
|
|||||||
Reference in New Issue
Block a user