[ flox1an/nostube ] fix: replace Dialog components with Card components in BlossomOnboardingStep
Fixed React context error where DialogTitle was being used outside of a
Dialog component context. BlossomOnboardingStep was refactored to be a
standalone card component but was still using DialogHeader, DialogTitle,
and DialogDescription which require Dialog context.
Replaced with Card equivalents:
- DialogHeader → CardHeader
- DialogTitle → CardTitle

GitHub
fix: replace Dialog components with Card components in BlossomOnboard… · flox1an/nostube@389b377
…ingStep
Fixed React context error where DialogTitle was being used outside of a
Dialog component context. BlossomOnboardingStep was refactored ...