Skip to content

Commit e1dff2d

Browse files
committed
Update stories
1 parent 7b56c69 commit e1dff2d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/uui-input-color/lib/uui-input-color.story.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const meta: Meta<UUIInputColorElement> = {
1515
component: 'uui-input-color',
1616
args: {
1717
label: 'Color',
18+
value: '#d0021b',
1819
},
1920
render: args => html`<uui-input-color ${spread(args)}></uui-input-color>`,
2021
parameters: {
@@ -35,12 +36,6 @@ export const Empty: Story = {
3536
},
3637
};
3738

38-
export const Color: Story = {
39-
args: {
40-
value: '#f00',
41-
},
42-
};
43-
4439
export const Disabled: Story = {
4540
args: {
4641
disabled: true,

0 commit comments

Comments
 (0)