use a different color for hover than read and unread backgrounds

This commit is contained in:
Athou
2023-04-28 07:41:37 +02:00
parent cac05dee0b
commit f23bfaf694

View File

@@ -35,7 +35,7 @@ const useStyles = createStyles((theme, props: FeedEntryProps & { viewMode?: View
let backgroundHoverColor = backgroundColor
if (!props.expanded) {
backgroundHoverColor = theme.colorScheme === "dark" ? theme.colors.dark[7] : theme.colors.gray[0]
backgroundHoverColor = theme.colorScheme === "dark" ? theme.colors.dark[6] : theme.colors.gray[1]
}
const styles = {