forked from Archives/Athou_commafeed
use slightly less dark gray for selected tree node background to improve unread count readability
This commit is contained in:
@@ -28,7 +28,7 @@ const useStyles = tss
|
||||
}>()
|
||||
.create(({ theme, colorScheme, selected, hasError, hasUnread }) => {
|
||||
let backgroundColor = "inherit"
|
||||
if (selected) backgroundColor = colorScheme === "dark" ? theme.colors.dark[4] : theme.colors.gray[3]
|
||||
if (selected) backgroundColor = colorScheme === "dark" ? theme.colors.dark[4] : theme.colors.gray[1]
|
||||
|
||||
let color
|
||||
if (hasError) {
|
||||
|
||||
Reference in New Issue
Block a user