bad cyan! bad!

main
Valerie 2022-08-07 20:11:29 -04:00
parent c0289d92e3
commit 46d3f00280
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ export default function Channel(props: ChannelProps) {
margin: '2px 2px',
display: 'grid',
gridTemplateColumns: 'min-content 1fr',
color: selected ? 'cyan' : 'inherit',
cursor: 'pointer',
background: selected ? 'var(--neutral-5)' :
hover ? 'var(--neutral-4)' :