Skip to content
Snippets Groups Projects
Commit c2d950ff authored by Kyle Doherty's avatar Kyle Doherty
Browse files

remove pulse icon hover color

parent 772568bf
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ export default class PulseListChannel extends Component {
{ subscribed ?
<button className="rounded bg-green text-white text-bold flex align-center">
<span className="pl2">You get this {channel.channel_type}</span>
<Icon className="p2 text-grey-1 text-hover-white cursor-pointer" name="close" width={12} height={12} onClick={this.unsubscribe}/>
<Icon className="p2 text-grey-1 text-white-hover cursor-pointer" name="close" width={12} height={12} onClick={this.unsubscribe}/>
</button>
:
<button className="rounded bordered bg-white text-default text-bold flex align-center cursor-pointer" onClick={this.subscribe}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment