diff --git a/desktop/src/features/onboarding/ui/BackupTestFlow.tsx b/desktop/src/features/onboarding/ui/BackupTestFlow.tsx index 0cfa4ab74..34222aee4 100644 --- a/desktop/src/features/onboarding/ui/BackupTestFlow.tsx +++ b/desktop/src/features/onboarding/ui/BackupTestFlow.tsx @@ -13,7 +13,7 @@ import { Input } from "@/shared/ui/input"; import { PubKey } from "@/shared/ui/PubKey"; import { Spinner } from "@/shared/ui/spinner"; import { - ONBOARDING_PRIMARY_CTA_CLASS, + ONBOARDING_SECURITY_PRIMARY_CTA_CLASS, ONBOARDING_SECONDARY_CTA_CLASS, ONBOARDING_SECURITY_ICON_CLASS, } from "./OnboardingChrome"; @@ -378,7 +378,7 @@ export function BackupTestFlow({ className={cn( "mx-auto", isSpotlight - ? ONBOARDING_PRIMARY_CTA_CLASS + ? ONBOARDING_SECURITY_PRIMARY_CTA_CLASS : "h-9 px-6 text-primary-foreground", )} data-testid="backup-test-dropzone" @@ -539,7 +539,7 @@ export function BackupTestFlow({ className={cn( "font-medium", isSpotlight - ? ONBOARDING_PRIMARY_CTA_CLASS + ? ONBOARDING_SECURITY_PRIMARY_CTA_CLASS : "h-9 px-6 text-sm text-primary-foreground", )} data-testid="backup-test-verify" diff --git a/desktop/src/features/onboarding/ui/DownloadKeyStep.tsx b/desktop/src/features/onboarding/ui/DownloadKeyStep.tsx index 303cbea10..ab797b47d 100644 --- a/desktop/src/features/onboarding/ui/DownloadKeyStep.tsx +++ b/desktop/src/features/onboarding/ui/DownloadKeyStep.tsx @@ -3,7 +3,7 @@ import * as React from "react"; import { Button } from "@/shared/ui/button"; import { - ONBOARDING_PRIMARY_CTA_CLASS, + ONBOARDING_SECURITY_PRIMARY_CTA_CLASS, ONBOARDING_SECONDARY_CTA_CLASS, } from "./OnboardingChrome"; import { OnboardingFooter } from "./OnboardingFooter"; @@ -89,7 +89,7 @@ export function DownloadKeyStep({ data-testid="backup-password-panel" >