diff --git a/src/components/tx-flow/flows/UpsertRecovery/UpsertRecoveryFlowSettings.tsx b/src/components/tx-flow/flows/UpsertRecovery/UpsertRecoveryFlowSettings.tsx index 1201652771..108aad401e 100644 --- a/src/components/tx-flow/flows/UpsertRecovery/UpsertRecoveryFlowSettings.tsx +++ b/src/components/tx-flow/flows/UpsertRecovery/UpsertRecoveryFlowSettings.tsx @@ -9,6 +9,7 @@ import { Collapse, Checkbox, FormControlLabel, + Tooltip, } from '@mui/material' import ExpandLessIcon from '@mui/icons-material/ExpandLess' import ExpandMoreIcon from '@mui/icons-material/ExpandMore' @@ -25,6 +26,7 @@ import CircleCheckIcon from '@/public/images/common/circle-check.svg' import { useDarkMode } from '@/hooks/useDarkMode' import { sameAddress } from '@/utils/addresses' import useSafeInfo from '@/hooks/useSafeInfo' +import InfoIcon from '@/public/images/notifications/info.svg' import type { UpsertRecoveryFlowProps } from '.' import commonCss from '@/components/tx-flow/common/styles.module.css' @@ -85,6 +87,21 @@ export function UpsertRecoveryFlowSettings({
Recovery delay + + + + +