Skip to content

Commit 9593abd

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

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
@@ -35,6 +35,6 @@ storiesOf("Input", module).addDecorator(
3535
}))
3636
.add("Light TextArea", () => ({
3737
template: `
38-
<textarea ibmTextArea [theme]="'light'" aria-label="textarea" placeholder="Optional placeholder text" rows="4" cols="50"></textarea>
38+
<textarea ibmTextArea theme="light" aria-label="textarea" placeholder="Optional placeholder text" rows="4" cols="50"></textarea>
3939
`
4040
}));

0 commit comments

Comments
 (0)