feat(ui): wire deferred Card tone and elevation variants
Some checks failed
check / cargo check (macos-latest) (push) Has been cancelled
check / cargo check (ubuntu-22.04) (push) Has been cancelled
check / cargo check (windows-latest) (push) Has been cancelled
check / svelte build + lint (push) Has been cancelled

This commit is contained in:
2026-05-07 10:53:30 +01:00
parent 9ba7babcb0
commit 6da15d1ac8
3 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@
</script>
<div class="flex flex-col items-center justify-center h-full px-8 animate-fade-in">
<Card classes="max-w-md w-full">
<Card classes="max-w-md w-full" elevation="raised">
<div class="p-8 text-center">
<div class="w-16 h-16 rounded-full bg-accent/10 flex items-center justify-center mx-auto mb-5">
<svg class="w-8 h-8 text-accent" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">

View File

@@ -154,7 +154,7 @@
<!-- Drop zone -->
<div class="px-7 pb-3">
<Card>
<Card tone="subtle">
<div
class="flex flex-col items-center justify-center py-10 px-6 rounded-xl border-2 border-dashed m-3
{isDragOver

View File

@@ -619,7 +619,7 @@
<!-- Search -->
<div class="px-7 pb-3">
<Card>
<Card tone="subtle">
<div class="flex items-center gap-3 px-4 py-2.5">
<Search size={16} class="text-text-tertiary flex-shrink-0" aria-hidden="true" />
<input