From 7c8e6ced040a3cd71d3164d6e417f2299aa0a298 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 6 Mar 2023 12:09:24 +0800 Subject: [PATCH] Set background color on menu item --- .../web/components/templates/homeFeed/LibraryFilterMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/components/templates/homeFeed/LibraryFilterMenu.tsx b/packages/web/components/templates/homeFeed/LibraryFilterMenu.tsx index 82c0fd7e2..e6fb4fc81 100644 --- a/packages/web/components/templates/homeFeed/LibraryFilterMenu.tsx +++ b/packages/web/components/templates/homeFeed/LibraryFilterMenu.tsx @@ -310,7 +310,7 @@ function LabelButton(props: LabelButtonProps): JSX.Element { borderRadius: '3px', m: '0px', '&:hover': { - backgroundColor: '#EBEBEB', + backgroundColor: '$thBackground4', }, }} alignment="center"