diff --git a/packages/web/components/templates/homeFeed/LibraryFilterMenu.tsx b/packages/web/components/templates/homeFeed/LibraryFilterMenu.tsx index 8d341233a..d6dc48581 100644 --- a/packages/web/components/templates/homeFeed/LibraryFilterMenu.tsx +++ b/packages/web/components/templates/homeFeed/LibraryFilterMenu.tsx @@ -255,6 +255,7 @@ function MenuPanel(props: MenuPanelProps): JSX.Element { alignItems: 'center', justifyContent: 'center', borderRadius: '1000px', + cursor: 'pointer', '&:hover': { bg: '$thBackground4', },