From 81906dfe6b28d837a0b51c0c34e91a50cff525ba Mon Sep 17 00:00:00 2001 From: Hailey Date: Tue, 1 Oct 2024 19:43:44 -0700 Subject: [PATCH] wizard remove buttons --- src/components/StarterPack/Wizard/WizardListCard.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/StarterPack/Wizard/WizardListCard.tsx b/src/components/StarterPack/Wizard/WizardListCard.tsx index 44f01a1545..879d95f1cd 100644 --- a/src/components/StarterPack/Wizard/WizardListCard.tsx +++ b/src/components/StarterPack/Wizard/WizardListCard.tsx @@ -19,7 +19,8 @@ import {useSession} from '#/state/session' import {UserAvatar} from '#/view/com/util/UserAvatar' import {WizardAction, WizardState} from '#/screens/StarterPack/Wizard/State' import {atoms as a, useTheme} from '#/alf' -import {Button, ButtonText} from '#/components/Button' +import {BottomSheetButton} from '#/components/BottomSheetButton' +import {ButtonText} from '#/components/Button' import * as Toggle from '#/components/forms/Toggle' import {Checkbox} from '#/components/forms/Toggle' import {Text} from '#/components/Typography' @@ -98,7 +99,7 @@ function WizardListCard({ {btnType === 'checkbox' ? ( ) : !disabled ? ( - + ) : null} )