layouts schick gemacht und packagelimits weiter implementiert

This commit is contained in:
Codex Agent
2025-11-01 22:55:13 +01:00
parent 79b209de9a
commit 8e6c66f0db
16 changed files with 756 additions and 422 deletions

View File

@@ -391,7 +391,7 @@ export const PaymentStep: React.FC = () => {
)}
{status !== 'idle' && (
<Alert variant={status === 'error' ? 'destructive' : 'secondary'}>
<Alert variant={status === 'error' ? 'destructive' : 'default'}>
<AlertTitle>
{status === 'processing'
? t('checkout.payment_step.status_processing_title')