Skip to content

Commit

Permalink
Tweak PaletteEdit storybook default args for popover position
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Apr 24, 2023
1 parent 150ba3d commit b1ac9e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/src/palette-edit/stories/index.tsx
Expand Up @@ -59,6 +59,10 @@ Default.args = {
],
paletteLabel: 'Colors',
emptyMessage: 'Colors are empty',
popoverProps: {
placement: 'bottom-start',
offset: 8,
},
};

export const Gradients = Template.bind( {} );
Expand Down

0 comments on commit b1ac9e2

Please sign in to comment.