Update index.js

This commit is contained in:
MaxOvs19 2022-11-17 21:16:25 +03:00 committed by GitHub
parent c30b8faf09
commit 815d92f71d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,6 +130,13 @@ const dropdownBtn = new DropDown({
caret: { caret: {
borderTop: '6px solid black', borderTop: '6px solid black',
}, },
search: {
backgroundColor: '#d7ffff',
borderRadius: '5px',
borderBottom: 'none',
width: '95%',
color: 'black',
},
}, },
multiselect: true, multiselect: true,
}); });