style(tracks): align story decorators with KŌDŌ tokens

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
senke 2026-02-07 09:17:00 +01:00
parent 798dbc49bc
commit ba9ccfb30b
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ const meta: Meta<typeof TrackSearch> = {
tags: ['autodocs'],
decorators: [
(Story) => (
<div className="bg-kodo-background p-4">
<div className="w-full max-w-4xl p-4 bg-background border border-border rounded-[var(--radius-xl)] min-h-layout-story">
<Story />
</div>
),

View file

@ -8,7 +8,7 @@ const meta: Meta<typeof TrackSearchResults> = {
tags: ['autodocs'],
decorators: [
(Story) => (
<div className="bg-kodo-background p-4 min-h-screen">
<div className="w-full max-w-4xl p-4 bg-background border border-border rounded-[var(--radius-xl)] min-h-layout-story">
<Story />
</div>
),

View file

@ -9,7 +9,7 @@ const meta: Meta<typeof CommentThreadSkeleton> = {
},
decorators: [
(Story) => (
<div className="max-w-2xl w-full p-4 border rounded-lg bg-background min-h-layout-story space-y-4">
<div className="max-w-2xl w-full p-4 border border-border rounded-[var(--radius-xl)] bg-background min-h-layout-story space-y-4">
<Story />
<CommentThreadSkeleton />
<CommentThreadSkeleton />