mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-24 04:23:57 +03:00
Co-authored-by: Jessica Li <jessicali@jessicas-air.lan>
This commit is contained in:
parent
51cfc0d82c
commit
c0700c9b20
@ -13,6 +13,9 @@ const StyledContainer = styled.div`
|
||||
`;
|
||||
|
||||
const StyledProgressBarItemContainer = styled.div`
|
||||
align-items: center;
|
||||
display: flex;
|
||||
height: ${({ theme }) => theme.spacing(4)};
|
||||
padding-right: ${({ theme }) => theme.spacing(1)};
|
||||
`;
|
||||
|
||||
@ -56,7 +59,7 @@ type OwnProps = {
|
||||
};
|
||||
|
||||
const PROBABILITY_VALUES = [
|
||||
{ label: 'Lost', value: 0 },
|
||||
{ label: '0%', value: 0 },
|
||||
{ label: '25%', value: 25 },
|
||||
{ label: '50%', value: 50 },
|
||||
{ label: '75%', value: 75 },
|
||||
|
Loading…
Reference in New Issue
Block a user