We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f981f6f commit 9ef2c44Copy full SHA for 9ef2c44
packages/component-library/src/Card/index.stories.tsx
@@ -148,7 +148,7 @@ export const WithFooter: Story = {
148
<span className={styles.footerText}>
149
Last updated 5 minutes ago
150
</span>
151
- <Button size="sm" variant="link">
+ <Button size="sm" variant="outline">
152
View All
153
</Button>
154
</div>
@@ -217,7 +217,7 @@ export const CompleteExample: Story = {
217
218
),
219
footer: (
220
- <Button variant="primary" fullWidth>
+ <Button variant="primary" size="lg">
221
View Detailed Report
222
223
0 commit comments