Skip to content

Commit 9ef2c44

Browse files
committed
fix: change invalid Button props
1 parent f981f6f commit 9ef2c44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/component-library/src/Card/index.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export const WithFooter: Story = {
148148
<span className={styles.footerText}>
149149
Last updated 5 minutes ago
150150
</span>
151-
<Button size="sm" variant="link">
151+
<Button size="sm" variant="outline">
152152
View All
153153
</Button>
154154
</div>
@@ -217,7 +217,7 @@ export const CompleteExample: Story = {
217217
</div>
218218
),
219219
footer: (
220-
<Button variant="primary" fullWidth>
220+
<Button variant="primary" size="lg">
221221
View Detailed Report
222222
</Button>
223223
),

0 commit comments

Comments
 (0)