TP-17651 | Bug Fixes
This commit is contained in:
@@ -227,6 +227,7 @@
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 16px;
|
||||
margin-top: 16px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ const TargetAudience = () => {
|
||||
<Typography variant="p3" style={{ fontWeight: 500 }}>
|
||||
Target Audience
|
||||
</Typography>
|
||||
{!isEditMode && strategies?.length && (
|
||||
{!isEditMode && (
|
||||
<Button
|
||||
variant="text"
|
||||
onClick={() => setIsEditMode(!isEditMode)}
|
||||
|
||||
@@ -138,22 +138,20 @@ const UpdateStrategy = () => {
|
||||
</>
|
||||
)}
|
||||
</div>
|
||||
{index > 0 && (
|
||||
<div
|
||||
className={styles['delete-btn']}
|
||||
onClick={() => deleteStrategy(index)}
|
||||
>
|
||||
<span>
|
||||
<DeleteIcon
|
||||
color="#0276FE"
|
||||
height={12}
|
||||
width={12}
|
||||
style={{ marginRight: '4px' }}
|
||||
/>
|
||||
Delete
|
||||
</span>
|
||||
</div>
|
||||
)}
|
||||
<div
|
||||
className={styles['delete-btn']}
|
||||
onClick={() => deleteStrategy(index)}
|
||||
>
|
||||
<span>
|
||||
<DeleteIcon
|
||||
color="#0276FE"
|
||||
height={12}
|
||||
width={12}
|
||||
style={{ marginRight: '4px' }}
|
||||
/>
|
||||
Delete
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
<div className={styles['strategy-wrapper']}>
|
||||
|
||||
@@ -202,17 +202,17 @@ export const MetricCreationRadioOptions = [
|
||||
];
|
||||
|
||||
export const GraphColors = [
|
||||
'#F3EAFD',
|
||||
'#FEF5D0',
|
||||
'#FA9E33',
|
||||
'#CCF1D6',
|
||||
'#CCE4FF',
|
||||
'#00BA34',
|
||||
'#3591FE',
|
||||
'#FBD644',
|
||||
'#C76B00',
|
||||
'#54B4B5',
|
||||
'#A256ED',
|
||||
'#0F73C5',
|
||||
'#9B45F1',
|
||||
'#DC7138',
|
||||
'#F8C44C',
|
||||
'#A8E950',
|
||||
'#3FCEE3',
|
||||
'#F7339D',
|
||||
'#F2A4BF',
|
||||
'#70A928',
|
||||
'#B3A9F1',
|
||||
'#875427',
|
||||
];
|
||||
|
||||
// export const { LITMUS_FLAG } = (window as any).config;
|
||||
|
||||
Reference in New Issue
Block a user