Skip to content

Commit c35c2db

Browse files
committed
chore(docs): cleanup placeholder style
1 parent 5169eda commit c35c2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/guide/node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const ScrollableNode = () => h('div', { class: 'custom-node-container' }, [
1212
]);
1313

1414
const InputFieldNode = () => h('div', { class: 'custom-node-container' }, [
15-
h('input', { class: 'nodrag', placeholder: 'Type something...' })
15+
h('input', { class: 'nodrag placeholder-white', placeholder: 'Type something...' })
1616
]);
1717

1818
const defaultNode = ref([

0 commit comments

Comments
 (0)