Skip to content

Commit 4685d49

Browse files
Update src/input/input.stories.ts
Co-Authored-By: panpan-lin <[email protected]>
1 parent d7578f7 commit 4685d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/input/input.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ storiesOf("Input", module).addDecorator(
2525
}))
2626
.add("Light Input", () => ({
2727
template: `
28-
<input ibmText [theme]="'light'" aria-label="input" placeholder="Optional placeholder text"/>
28+
<input ibmText theme="light" aria-label="input" placeholder="Optional placeholder text"/>
2929
`
3030
}))
3131
.add("TextArea", () => ({

0 commit comments

Comments
 (0)