Added border to the dropdowns

This commit is contained in:
Daniel
2022-05-30 23:00:32 +04:30
parent 43251a85d5
commit 78fe86b911
4 changed files with 14 additions and 5 deletions
+3 -1
View File
@@ -20,7 +20,9 @@ const customStyles = {
menu: (provided) => ({
...provided,
padding: '5px',
border: 'solid',
borderWidth: '1px',
borderColor: 'rgb(80, 80, 80)',
opacity: '90%',
color: 'gray',
background: '#273949',