Update improved legend labels for tablate curve to match opacity of the curve
This commit is contained in:
@@ -114,7 +114,7 @@ const Settings = ({
|
||||
increment={1}
|
||||
min={3}
|
||||
max={7}
|
||||
unit={t('days')}
|
||||
unit={t('unitDays')}
|
||||
required={true}
|
||||
errorMessage={t('errorNumberRequired')}
|
||||
/>
|
||||
@@ -128,7 +128,7 @@ const Settings = ({
|
||||
increment={1}
|
||||
min={1}
|
||||
max={parseInt(simulationDays, 10) || 3}
|
||||
unit={t('days')}
|
||||
unit={t('unitDays')}
|
||||
required={true}
|
||||
errorMessage={t('errorNumberRequired')}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user