Skip to content

Commit

Permalink
fix: trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
severinlandolt committed Nov 4, 2023
1 parent 5031a5e commit 0ff9d96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/stories/spark-elements/SparkAreaChart.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const meta: Meta<typeof SparkAreaChart> = {
data,
colors: ["emerald", "rose"],
},
parameters: { layout: "centered" },
// parameters: { layout: "centered" },
};

export default meta;
Expand Down
2 changes: 1 addition & 1 deletion src/stories/spark-elements/SparkBarChart.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const meta: Meta<typeof SparkBarChart> = {
data,
colors: ["emerald", "rose"],
},
parameters: { layout: "centered" },
// parameters: { layout: "centered" },
};

export default meta;
Expand Down
2 changes: 1 addition & 1 deletion src/stories/spark-elements/SparkLineChart.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const meta: Meta<typeof SparkLineChart> = {
data,
colors: ["emerald", "rose"],
},
parameters: { layout: "centered" },
// parameters: { layout: "centered" },
};

export default meta;
Expand Down

0 comments on commit 0ff9d96

Please sign in to comment.