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:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user