Skip to content

Commit bcbc4b6

Browse files
committed
fix: use classes to match container component
1 parent 8aa2d94 commit bcbc4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Trilemma/Trilemma.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const meta = {
1010
},
1111
decorators: [
1212
(Story) => (
13-
<div className="flex h-screen w-screen items-center justify-center bg-gradient-to-r from-accent-a/10 to-accent-c/10">
13+
<div className="my-8 w-full bg-gradient-to-r from-accent-a/10 to-accent-c/10 p-8">
1414
<Story />
1515
</div>
1616
),

0 commit comments

Comments
 (0)