diff --git a/src/components/form/Dropdown.tsx b/src/components/form/Dropdown.tsx index c1e36c01..febe923f 100644 --- a/src/components/form/Dropdown.tsx +++ b/src/components/form/Dropdown.tsx @@ -21,7 +21,7 @@ export function Dropdown(props: DropdownProps) { {() => ( <> - + {props.selectedItem.leftIcon ? props.selectedItem.leftIcon diff --git a/themes/default.ts b/themes/default.ts index f0dd5113..bc855bc4 100644 --- a/themes/default.ts +++ b/themes/default.ts @@ -97,6 +97,7 @@ export const defaultTheme = { dropdown: { background: "#171728", altBackground: "#151525", + hoverBackground: "#202036", highlight: "#afa349", highlightHover: "#FCEC61", text: "#846D95",