diff --git a/frontend/src/stories/ProgressBar.stories.tsx b/frontend/src/stories/ProgressBar.stories.tsx index b57d83a4a..7e53b3181 100644 --- a/frontend/src/stories/ProgressBar.stories.tsx +++ b/frontend/src/stories/ProgressBar.stories.tsx @@ -14,7 +14,24 @@ export const Default = { max: 100, showPercentage: false, label: "3 / 20", - size: "md", + }, + decorators: [ + (Story) => ( +