agent: components — restyle Card, Toggle, SegmentedButton with brand tokens

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
jake
2026-03-21 10:44:49 +00:00
parent f1a9fe8383
commit 4bbe9a0a84
3 changed files with 8 additions and 5 deletions

View File

@@ -2,6 +2,6 @@
let { children, classes = "" } = $props();
</script>
<div class="bg-bg-card border border-border rounded-2xl shadow-[0_1px_3px_rgba(0,0,0,0.2)] {classes}">
<div class="bg-bg-card border border-border-subtle rounded-2xl shadow-[0_1px_3px_rgba(0,0,0,0.2)] {classes}">
{@render children()}
</div>