Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JesmoDev committed Aug 20, 2024
1 parent 52fc4bc commit bc02955
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/uui-button/lib/uui-button.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const cssProps: Partial<ArgTypes<Args>> = {
control: { type: 'select' },
options: ['left', 'center', 'right'],
},
'--uui-button-transition': { control: { type: 'text' } },
};

const meta: Meta = {
Expand Down Expand Up @@ -107,6 +108,9 @@ export const Icon: Story = {
},
};

/**
* The default button padding for a solo icon is generally too big, so please use the `compact` attribute.
*/
export const IconSolo: Story = {
args: {
compact: true,
Expand Down Expand Up @@ -181,7 +185,6 @@ export const LooksAndColors: Story = {
str.charAt(0).toUpperCase() + str.slice(1);

return html`
<h4>Looks and colors</h4>
${colors.map(
color => html`
<h5>${uppercaseFirstLetter(color)}</h5>
Expand Down

0 comments on commit bc02955

Please sign in to comment.