style(tracks): align story decorators with KŌDŌ tokens
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
798dbc49bc
commit
ba9ccfb30b
3 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
),
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
),
|
||||
|
|
|
|||
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Reference in a new issue