Skip to content

Commit fd0e597

Browse files
authored
w changeset (#2427)
1 parent 9fad8d3 commit fd0e597

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: .changeset/angry-roses-share.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@leafygreen-ui/palette': patch
3+
---
4+
5+
Renames Palette story for Mongodb.design

Diff for: packages/palette/src/Palette.stories.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const meta: StoryMetaType<any> = {
177177

178178
export default meta;
179179

180-
export function AllColors() {
180+
export function LiveExample() {
181181
const allColors = Object.keys(palette);
182182
const hues = (allColors as Array<keyof typeof palette>).slice(
183183
baseHues.length,

0 commit comments

Comments
 (0)