diff --git a/src/index.js b/src/index.js index 1c7451f..b57cbb2 100644 --- a/src/index.js +++ b/src/index.js @@ -130,6 +130,13 @@ const dropdownBtn = new DropDown({ caret: { borderTop: '6px solid black', }, + search: { + backgroundColor: '#d7ffff', + borderRadius: '5px', + borderBottom: 'none', + width: '95%', + color: 'black', + }, }, multiselect: true, });