feat: fiat balance alerts to percentages and config migration

This commit is contained in:
José Oliveira 2021-05-03 16:02:30 +01:00 committed by Josh Harvey
parent 0c0133d01c
commit 3de12e3f6e
7 changed files with 95 additions and 38 deletions

View file

@ -116,7 +116,7 @@ const Notifications = ({
<Section
title="Fiat balance alerts"
error={error && section === 'fiat'}>
<FiatBalanceAlerts section="fiat" max={500} fieldWidth={50} />
<FiatBalanceAlerts section="fiat" max={100} fieldWidth={50} />
{displayOverrides && <FiatBalanceOverrides section="fiat" />}
</Section>
)}