mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
use darker orange in light theme
This commit is contained in:
@@ -36,7 +36,7 @@ const useStyles = createStyles((theme, props: FeedEntryProps) => {
|
||||
}
|
||||
|
||||
if (props.showSelectionIndicator) {
|
||||
styles.paper.borderLeftColor = theme.colors.orange[4]
|
||||
styles.paper.borderLeftColor = theme.colorScheme === "dark" ? theme.colors.orange[4] : theme.colors.orange[6]
|
||||
}
|
||||
|
||||
return styles
|
||||
|
||||
Reference in New Issue
Block a user