This commit is contained in:
Daniel
2023-06-11 17:25:36 +03:30
parent c017c6e95a
commit 06a21a39aa
6 changed files with 28 additions and 16 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export default function Dropdown({ onClickOutside, className, items }: Props) {
return (
<ClickAwayHandler
onClickOutside={onClickOutside}
className={`${className} py-1 shadow-md bg-gray-50 rounded-md flex flex-col z-10`}
className={`${className} py-1 shadow-md border border-sky-100 bg-gray-50 rounded-md flex flex-col z-10`}
>
{items.map((e, i) => {
const inner = (