diff --git a/ui/components/app/modals/hold-to-reveal-modal/hold-to-reveal-modal.tsx b/ui/components/app/modals/hold-to-reveal-modal/hold-to-reveal-modal.tsx index 3feb34f4c..6a152aa6b 100644 --- a/ui/components/app/modals/hold-to-reveal-modal/hold-to-reveal-modal.tsx +++ b/ui/components/app/modals/hold-to-reveal-modal/hold-to-reveal-modal.tsx @@ -7,8 +7,8 @@ import { import ZENDESK_URLS from '../../../../helpers/constants/zendesk-url'; import { useI18nContext } from '../../../../hooks/useI18nContext'; import { - BUTTON_SIZES, - BUTTON_VARIANT, + ButtonSize, + ButtonVariant, Box, Button, Modal, @@ -88,11 +88,10 @@ export default function HoldToRevealModal({ , ,