chore(docs): cleanup placeholder style

This commit is contained in:
braks
2023-11-05 18:50:19 +01:00
parent 5169edad6d
commit c35c2dbcc0

View File

@@ -12,7 +12,7 @@ const ScrollableNode = () => h('div', { class: 'custom-node-container' }, [
]);
const InputFieldNode = () => h('div', { class: 'custom-node-container' }, [
h('input', { class: 'nodrag', placeholder: 'Type something...' })
h('input', { class: 'nodrag placeholder-white', placeholder: 'Type something...' })
]);
const defaultNode = ref([