Skip to content

Commit dfe823f

Browse files
leekelleheriOvergaard
authored andcommitted
Updates uuo-color-picker stories
1 parent 8aab968 commit dfe823f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,15 @@ export const Inline: Story = {
9292
export const Opacity: Story = {
9393
args: {
9494
opacity: true,
95-
value: undefined,
95+
value: swatchesTransparent[8],
9696
inline: true,
9797
},
9898
};
9999

100100
export const Readonly: Story = {
101101
args: {
102102
readonly: true,
103+
value: 'rgb(75, 145, 226)',
103104
},
104105
};
105106

0 commit comments

Comments
 (0)