Skip to content

Commit

Permalink
revert for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
john-rock committed Oct 2, 2023
1 parent c80f86a commit e2bcb9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions website/src/components/selectDropdown/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ export const SelectDropdown = ({ options, value, onChange, isMulti, placeHolder
placeholder={placeHolder}
aria-label="Multi Select Dropdown"
unstyled
menuIsOpen

/>
);
};
Expand Down
5 changes: 3 additions & 2 deletions website/src/components/selectDropdown/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@
padding: 0rem 1rem
}

.selectContainer [class$="-MenuList"] {
.selectContainer [class$="-menu"] {
margin-top: .5rem;
border-radius: 0.3125rem;
background: #fff;
border: solid 1px #e5e7eb;
box-shadow: 0px 11px 24px rgba(138, 138, 138, .1);
overflow: hidden;
}

[data-theme='dark'] .selectContainer [class$="-MenuList"] {
[data-theme='dark'] .selectContainer [class$="-menu"] {
background: #262a38;
}

Expand Down

0 comments on commit e2bcb9b

Please sign in to comment.