fix(join): replace rounded-2xl with --radius-xl design token

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-10 22:26:58 +02:00
parent 26256ef492
commit df0d453b69

View File

@@ -2,7 +2,7 @@
let { householdName, inviterName }: { householdName: string; inviterName: string } = $props(); let { householdName, inviterName }: { householdName: string; inviterName: string } = $props();
</script> </script>
<div class="flex flex-col items-center gap-4 rounded-2xl bg-[var(--green-dark)] p-6 text-center"> <div class="flex flex-col items-center gap-4 rounded-[var(--radius-xl)] bg-[var(--green-dark)] p-6 text-center">
<!-- App logo --> <!-- App logo -->
<span class="text-[48px]" aria-hidden="true">🥗</span> <span class="text-[48px]" aria-hidden="true">🥗</span>