diff --git a/src/components/Prompt.tsx b/src/components/Prompt.tsx index cdafa85c7e..e538e6bc71 100644 --- a/src/components/Prompt.tsx +++ b/src/components/Prompt.tsx @@ -4,8 +4,14 @@ import {msg} from '@lingui/macro' import {useLingui} from '@lingui/react' import {atoms as a, useTheme, type ViewStyleProp, web} from '#/alf' -import {Button, type ButtonColor, ButtonText} from '#/components/Button' +import { + Button, + type ButtonColor, + ButtonIcon, + ButtonText, +} from '#/components/Button' import * as Dialog from '#/components/Dialog' +import {type Props as SVGIconProps} from '#/components/icons/common' import {Text} from '#/components/Typography' import {type BottomSheetViewProps} from '../../modules/bottom-sheet' @@ -126,7 +132,7 @@ export function Cancel({ ) }