Darken hashtags in channel list
This commit is contained in:
parent
4694e66e98
commit
f89e6ae133
4 changed files with 79 additions and 54 deletions
|
@ -60,7 +60,7 @@ export default class TabList extends PureComponent {
|
|||
tabs.push(
|
||||
<div
|
||||
key={`${address}-chans}`}
|
||||
className="tab-label"
|
||||
className="tab-label tab-label-channels"
|
||||
onClick={() => openModal('channel', address)}
|
||||
>
|
||||
<span>CHANNELS {chanLabel}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue