Skip to content

Commit

Permalink
86 tshirt sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-figma committed Jun 14, 2024
1 parent a6b6a3c commit 0aa002c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/ui/primitives/Image.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const meta: Meta<typeof Image> = {
export default meta;

export const Default: StoryObj<typeof Image> = {
args: { size: "md" },
args: { size: "medium" },
render: (args) => (
<div
style={{
Expand Down

0 comments on commit 0aa002c

Please sign in to comment.