diff --git a/web/src/beta/ui/components/EntryItem/index.tsx b/web/src/beta/ui/components/EntryItem/index.tsx index cced78b9be..950315506f 100644 --- a/web/src/beta/ui/components/EntryItem/index.tsx +++ b/web/src/beta/ui/components/EntryItem/index.tsx @@ -107,11 +107,11 @@ const Wrapper = styled("div")<{ backgroundColor: theme.bg[1], }), ...(highlight && { - backgroundColor: theme.primary.weak, + backgroundColor: theme.select.main, }), ["&:active"]: { backgroundColor: highlight - ? theme.primary.main + ? theme.select.strong : hovered ? theme.relative.light : "transparent",