From c7b361bcac657832c368991fd550cb1aee85a042 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Fri, 1 Dec 2023 23:29:24 +0100 Subject: [PATCH] add hover to locale dropdown --- src/components/form/Dropdown.tsx | 2 +- themes/default.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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",